Fix: send_naver_email include error
This commit is contained in:
@@ -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"];
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user