no message
This commit is contained in:
parent
ea6470a3f5
commit
4695fa67f1
@ -18,14 +18,18 @@ final class Smtp_bulk extends Base
|
|||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
$configs = Config::getClass('email');
|
$configs = Config::getClass('email');
|
||||||
$configs['smtp_username'] = "gemcode.jp.bulk@gmail.com";
|
// $configs['smtp_username'] = "gemcode.jp.bulk@gmail.com";
|
||||||
$configs['smtp_password'] = "oqekrehvdecnhwze";
|
// $configs['smtp_password'] = "oqekrehvdecnhwze";
|
||||||
$configs['smtp_sender'] = "gemcode.jp.bulk@gmail.com";
|
// $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 = new PHPMailer();
|
||||||
$mail->isSMTP();
|
$mail->isSMTP();
|
||||||
$mail->Host = $configs['smtp_host'];
|
$mail->Host = $configs['smtp_host'];
|
||||||
|
|||||||
@ -172,7 +172,7 @@ final class Mail extends Base
|
|||||||
$isTest = $aParam["is_test"] ?? false;
|
$isTest = $aParam["is_test"] ?? false;
|
||||||
|
|
||||||
if ($iId == "?") {
|
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) {
|
if (!$iId) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user