Add: send_naver_mail
Fix: do not send mail
This commit is contained in:
@@ -22,7 +22,7 @@ change_extension_request_status_to_applied($maestro_extension_id);
|
||||
|
||||
$maestro_data = get_maestro_data($maestro_id);
|
||||
// $maestro_name, $new_available_date, $maestro_email
|
||||
sendMailExtensionDone($maestro_data["name"], $new_available_date, $maestro_data["email"]);
|
||||
// sendMailExtensionDone($maestro_data["name"], $new_available_date, $maestro_data["email"]);
|
||||
insertMaestroLog("extension_maestro", $maestro_id, $maestro_name."(".$registered_account_type.")");
|
||||
|
||||
// set_data("maestro_extension_id", $maestro_extension_id);
|
||||
|
||||
@@ -41,7 +41,7 @@ $count = count_registered_player($maestroID);
|
||||
update_count_registered_player($maestroID, $count);
|
||||
|
||||
$maestro_data = get_maestro_data($maestroID);
|
||||
sendMailRegisterDone($maestro_data["name"], $maestro_data["email"]);
|
||||
// sendMailRegisterDone($maestro_data["name"], $maestro_data["email"]);
|
||||
insertMaestroLog("register_maestro", $maestroID, $maestro_data["name"]." / ".$maestro_data["email"]);
|
||||
|
||||
send_result_success();
|
||||
|
||||
@@ -20,7 +20,7 @@ change_upgrade_request_status_to_close($maestro_id);
|
||||
change_upgrade_request_status_to_applied($maestro_upgrade_id);
|
||||
|
||||
$maestro_data = get_maestro_data($maestro_id);
|
||||
sendMailUpgradeDone($maestro_data["name"], $maestro_data["email"], $registered_account_type, $upgrade_account_type);
|
||||
// sendMailUpgradeDone($maestro_data["name"], $maestro_data["email"], $registered_account_type, $upgrade_account_type);
|
||||
insertMaestroLog("upgrade_maestro", $maestro_id, $registered_account_type." -> ".$upgrade_account_type);
|
||||
|
||||
// set_data("maestro_upgrade_id", $maestro_upgrade_id);
|
||||
|
||||
Reference in New Issue
Block a user