没有密码的PHPMailer无法发送

时间:2018-06-27 12:01:20

标签: php phpmailer

我正在尝试使用以下方式从PHPMailer发送电子邮件

$mail->send()

当我从数据库发送邮件时,发件人确实有所不同,并且并非所有人都有密码,因此我希望不发送密码。 发送无例外运行,但没有到达。 调试报告:

2018-06-27 10:46:27 SERVER -> CLIENT: 220-909887.vps-10.com ESMTP Exim 4.91 #1 Wed, 27 Jun 2018 11:46:27 +0100 
                                  220-We do not authorize the use of this system to transport unsolicited, 
                                  220 and/or bulk e-mail.

所以我认为这是问题所在,但我不知道如何捕获该调试

任何帮助都会感激

修改:我真正的问题是我应该能够在没有密码的情况下使用PHPMailer send()发送

0 个答案:

没有答案