Add: send_naver_mail
Fix: do not send mail
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user