Add: send_naver_mail
Fix: do not send mail
This commit is contained in:
@@ -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