no message
This commit is contained in:
parent
7623e900ca
commit
8857a4b6aa
@ -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();
|
||||
|
||||
@ -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) {
|
||||
|
||||
@ -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', // 注意切换模版
|
||||
|
||||
Loading…
Reference in New Issue
Block a user