Fix: send_naver_email include error

This commit is contained in:
2022-05-01 23:31:49 +09:00
parent 0f501acff6
commit b00e7468e3
10 changed files with 39 additions and 25 deletions
+4 -2
View File
@@ -4,8 +4,10 @@ header("Content-Type: application/json");
include "./../lib/send_reply_json.php";
include "./../setup/connect_db.php";
include "./../lib/db_maestro.php";
// include "./mail_setting.php";
// include "./send_mail.php";
include './mail_setting.php';
include './mail_contents.php';
include './../lib/maestro_account_info.php';
include "./send_naver_mail.php";
$type = $_POST["type"];
-3
View File
@@ -11,9 +11,6 @@ require './../PHPMailer/src/Exception.php';
require './../PHPMailer/src/PHPMailer.php';
require './../PHPMailer/src/SMTP.php';
include './mail_setting.php';
include './mail_contents.php';
include './../lib/maestro_account_info.php';
// include_once "./../lib/send_reply_json.php";
// Register
+4 -2
View File
@@ -1,8 +1,10 @@
<?php
header("Content-Type: application/json");
include_once "./mail_setting.php";
include_once "./send_naver_mail.php";
include './mail_setting.php';
include './mail_contents.php';
include './../lib/maestro_account_info.php';
include "./send_naver_mail.php";
$br = "<br>";