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
@@ -33,7 +33,7 @@ if($countUpgrade === null || $countUpgrade < 1) {
}
$maestro_data = get_maestro_data($maestro_id);
sendMailUpgradeBankInfo($maestro_data["name"], $maestro_data["email"], $registered_acount_type, $upgrade_account_type);
// sendMailUpgradeBankInfo($maestro_data["name"], $maestro_data["email"], $registered_acount_type, $upgrade_account_type);
send_result_success();
exit;