Fix: send_mail -> send_naver_mail
This commit is contained in:
@@ -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"];
|
||||
$registered_acount_type = $_POST["registered_account_type"];
|
||||
@@ -33,7 +34,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;
|
||||
|
||||
Reference in New Issue
Block a user