Fix: send_mail -> send_naver_mail

This commit is contained in:
2022-05-01 17:27:54 +09:00
parent 29afe0cf4d
commit 8195402979
10 changed files with 372 additions and 10 deletions
+2 -2
View File
@@ -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();