Add: send_naver_mail

Fix: do not send mail
This commit is contained in:
2022-04-21 20:54:11 +09:00
parent 755d2097e6
commit 31ca7cd2cc
10 changed files with 68 additions and 38 deletions
+1 -1
View File
@@ -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();