Fix: send_mail -> send_naver_mail
This commit is contained in:
@@ -7,7 +7,7 @@ include "./../lib/maestro_account_info.php";
|
||||
include "./../lib/db_maestro.php";
|
||||
include "./../lib/maestro_log.php";
|
||||
include "./../mail/mail_setting.php";
|
||||
// include "./../mail/send_mail.php";
|
||||
include "./../mail/send_naver_mail.php";
|
||||
|
||||
|
||||
$maestro_name = $_POST["maestro_name"];
|
||||
@@ -32,7 +32,7 @@ if($maestroID === null) {
|
||||
exit;
|
||||
}
|
||||
|
||||
// sendMailRegisterBankInfo($maestro_name, $email, $account_type);
|
||||
sendMailRegisterBankInfo($maestro_name, $email, $account_type);
|
||||
insertMaestroLog("add_maestro", $maestroID, $maestro_name." / ".$email." / ".$account_type);
|
||||
|
||||
send_result_success();
|
||||
|
||||
Reference in New Issue
Block a user