Add: send_naver_mail
Fix: do not send mail
This commit is contained in:
@@ -35,7 +35,7 @@ if($countUpgrade === null || $countUpgrade < 1) {
|
||||
|
||||
$maestro_data = get_maestro_data($maestro_id);
|
||||
// $maestro_name, $available_date, $new_available_date, $maestro_email, $registered_account_type
|
||||
sendMailExtensionBankInfo($maestro_data["name"], $available_date, $new_available_date, $maestro_data["email"], $account_type);
|
||||
// sendMailExtensionBankInfo($maestro_data["name"], $available_date, $new_available_date, $maestro_data["email"], $account_type);
|
||||
|
||||
send_result_success();
|
||||
exit;
|
||||
|
||||
Reference in New Issue
Block a user