no message

This commit is contained in:
hellcat 2025-07-13 16:05:21 +08:00
parent 240ffdc843
commit 4cb3e66b43

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'] = "bulk@gemsub.online";
$configs['smtp_sender'] = "fu@gemsub.online";
$mail = new PHPMailer();
$mail->isSMTP();