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
@@ -28,12 +28,12 @@ update_maestro_info($maestroID, $maestroName, $email);
if($maestroName != $maestro_name_prev) {
sendMailUpdateMaestroName($maestroName, $maestro_name_prev, $email);
// sendMailUpdateMaestroName($maestroName, $maestro_name_prev, $email);
insertMaestroLog("update_maestro_name", $maestroID, $maestro_name_prev." -> ".$maestroName);
}
if($email != $email_prev) {
sendMailUpdateMaestroEmail($maestroName, $email, $email_prev);
// sendMailUpdateMaestroEmail($maestroName, $email, $email_prev);
insertMaestroLog("update_maestro_email", $maestroID, $email_prev." -> ".$email);
}