Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 phpmailer 发送邮件,它正在使用 gmail,但是当涉及到 yahoo 时,会出现以下错误
SMTP -> 错误:服务器不接受密码:530 拒绝访问 SMTP -> 错误:RSET 失败 SMTP -> 错误:无法验证
我正在使用有效的雅虎帐户。
请给我一个解决方案。
提前致谢。
尝试将 Yahoo SMTP 与普通电子邮件客户端(例如 Thunderbird)一起使用,然后看看它是否有效?如果它有效 - 那么问题出在 phpmailer 中,如果不是 - 也许 IP 以某种方式落在了一些垃圾邮件黑名单中,而雅虎只是拒绝来自它的所有邮件?