Fix: PHPMailer naver email (include mismatch)
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
header("Content-Type: application/json");
|
header("Content-Type: application/json");
|
||||||
|
|
||||||
include_once "./mail_setting.php";
|
include_once "./mail_setting.php";
|
||||||
include_once "./send_gmail.php";
|
include_once "./send_naver_mail.php";
|
||||||
|
|
||||||
$maestro_email = "jisangs@daum.net";
|
$maestro_email = "jisangs@daum.net";
|
||||||
$maestro_name = "박지상 마에스트로";
|
$maestro_name = "박지상 마에스트로";
|
||||||
|
|||||||
Reference in New Issue
Block a user