Add: send_mail_to_closed_beta_paid_maestro

Fix: hide announce message
This commit is contained in:
2022-07-31 20:54:21 +09:00
parent fcbddef8ad
commit 50eb102f17
8 changed files with 235 additions and 4 deletions
@@ -11,7 +11,7 @@ include __DIR__."/../../web/server/lib/maestro_account_info.php";
include __DIR__."/../../web/server/mail/send_naver_mail.php";
$maestroList = null;
$maestroList = get_7days_left_maestro_list();
$maestroList = get_closed_beta_paid_maestro_list();
//print_r($maestroList);
foreach ($maestroList as $maestro) {