no message

This commit is contained in:
hellcat 2025-07-13 15:50:20 +08:00
parent ea6470a3f5
commit 4695fa67f1
2 changed files with 12 additions and 8 deletions

View File

@ -18,14 +18,18 @@ final class Smtp_bulk extends Base
public function __construct()
{
$configs = Config::getClass('email');
$configs['smtp_username'] = "gemcode.jp.bulk@gmail.com";
$configs['smtp_password'] = "oqekrehvdecnhwze";
$configs['smtp_sender'] = "gemcode.jp.bulk@gmail.com";
// $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";
$configs['smtp_username'] = "bulk@gemsub.online";
$configs['smtp_password'] = "GUtaonihouzi123#";
$configs['smtp_sender'] = "bulk@gemsub.online";
$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();
$mail->Host = $configs['smtp_host'];

View File

@ -172,7 +172,7 @@ final class Mail extends Base
$isTest = $aParam["is_test"] ?? false;
if ($iId == "?") {
return "/mail#send__{class大于等于支持zero}__{type?} {articleId} | type=空核查提示type=yes确认核查";
return "/mail#send__{class大于等于支持zero}__{type?} {articleId} | type=空核查提示type=yes确认核查 | 套壳sendTest";
}
if (!$iId) {