通过 PhpMailer 发送 SMTP 电子邮件出现问题:Helo 未接受
它给我的错误是:
SMTP ->从服务器:
SMTP ->从服务器:
SMTP ->错误:服务器未接受 EHLO:
SMTP ->从服务器:
SMTP ->错误:服务器未接受 HELO:
SMTP ->错误:服务器未接受身份验证:477 您没有等待提示
SMTP ->从服务器:
SMTP ->错误:RSET 失败:
邮件程序错误:SMTP 错误:无法连接到 SMTP 主机。
有谁知道问题可能是什么???感谢您的帮助!
The error it's giving me is:
SMTP -> FROM SERVER:
SMTP -> FROM SERVER:
SMTP -> ERROR: EHLO not accepted from server:
SMTP -> FROM SERVER:
SMTP -> ERROR: HELO not accepted from server:
SMTP -> ERROR: AUTH not accepted from server: 477 you did not wait for a prompt
SMTP -> FROM SERVER:
SMTP -> ERROR: RSET failed:
mailer error: SMTP Error: Could not connect to SMTP host.
Does anyone have an idea of what the issue might be??? Thanks for your help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
@Cristian:我正在使用版本:2.0.4。
这是错误消息:
SMTP ->从服务器:
SMTP ->从服务器:
SMTP ->错误:服务器未接受 EHLO:
SMTP ->从服务器:
SMTP ->错误:服务器未接受 HELO:
SMTP ->错误:服务器未接受身份验证:477 您没有等待提示
SMTP ->从服务器:
SMTP ->错误:RSET 失败:
邮件程序错误:SMTP 错误:无法连接到 SMTP 主机。
@Cristian: I'm using Version: 2.0.4.
Here's the error message:
SMTP -> FROM SERVER:
SMTP -> FROM SERVER:
SMTP -> ERROR: EHLO not accepted from server:
SMTP -> FROM SERVER:
SMTP -> ERROR: HELO not accepted from server:
SMTP -> ERROR: AUTH not accepted from server: 477 you did not wait for a prompt
SMTP -> FROM SERVER:
SMTP -> ERROR: RSET failed:
mailer error: SMTP Error: Could not connect to SMTP host.