no message

This commit is contained in:
hellcat 2025-07-10 16:33:52 +08:00
parent 7623e900ca
commit 8857a4b6aa
3 changed files with 6 additions and 2 deletions

View File

@ -21,6 +21,10 @@ final class Smtp_bulk extends Base
$configs['smtp_username'] = "gemcode.jp.bulk@gmail.com";
$configs['smtp_password'] = "oqekrehvdecnhwze";
$configs['smtp_sender'] = "gemcode.jp.bulk@gmail.com";
$configs['smtp_username'] = "fu.gemcode.jp@gmail.com";
$configs['smtp_password'] = "xedbzjgcdpjlvinh";
$configs['smtp_sender'] = "fu.gemcode.jp@gmail.com";
$mail = new PHPMailer();
$mail->isSMTP();

View File

@ -16,7 +16,7 @@ final class Buchang
$sValue = $aParam["aArg"][1] ?? false;
if ($sValue == "?") {
return "/buchang#buchang <gb> | 默认补偿有套餐用户class>2,可设为1";
return "/buchang#buchang <gb> | 默认补偿有套餐用户class>2,可设为1。单位gb";
}
if (!$sValue) {

View File

@ -59,7 +59,7 @@ final class Mail
$i = 0;
foreach ($users as $user) {
(new EmailQueue())->add(
(new EmailQueue())->add_bulk( //add_bulk 群发
$user->email,
$subject,
'tip.tpl', // 注意切换模版