no message

This commit is contained in:
hellcat 2025-06-29 15:18:51 +08:00
parent 500915d96c
commit 9e2d9a48e3

View File

@ -40,6 +40,10 @@ final class Smtp_bulk extends Base
$mail->addBCC($configs['smtp_bbc']);
}
echo "<pre>";
var_dump($mail);
exit;
$this->mail = $mail;
}