Fix: send_mail -> send_naver_mail

This commit is contained in:
2022-05-01 17:27:54 +09:00
parent 29afe0cf4d
commit 8195402979
10 changed files with 372 additions and 10 deletions
@@ -7,6 +7,7 @@ include "./../lib/db_maestro.php";
include "./../lib/maestro_account_info.php";
include "./../mail/mail_setting.php";
// include "./../mail/send_mail.php";
include "./../mail/send_naver_mail.php";
$maestro_id = $_POST["maestro_id"];
$available_date = $_POST["available_date"];
@@ -35,7 +36,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;