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
@@ -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;