no message

This commit is contained in:
hellcat 2025-07-13 16:07:18 +08:00
parent 4cb3e66b43
commit 0c2f55618e

View File

@ -28,7 +28,7 @@ final class Smtp_bulk extends Base
$configs['smtp_username'] = "fu@gemsub.online";
$configs['smtp_password'] = "GUtaonihouzi123#";
$configs['smtp_sender'] = "fu@gemsub.online";
$configs['smtp_sender'] = "bulk@gemsub.online";
$mail = new PHPMailer();
$mail->isSMTP();