Fix: PHPMailer naver email (include mismatch)

This commit is contained in:
2022-04-21 19:00:52 +09:00
parent ef7f4b27d9
commit 755d2097e6
+1 -1
View File
@@ -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 = "박지상 마에스트로";