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.
我在 Windows 8 上使用 XAMPP 1.7.4 执行邮件脚本时出现错误警告:mail() [function.mail]:SMTP 服务器响应:553 我们不中继非本地邮件,抱歉,此代码运行良好在实时服务器上
那么可能是什么问题?提前感谢您帮助我。
好吧,错误说明了一切。您要连接的 SMTP 服务器回复,它不会中继非本地邮件。因此,无论您配置了什么 SMTP 服务器,当发送方是非本地、pelocalhost或127.0.0.1.
localhost
127.0.0.1
这似乎不是您的代码中的错误,更有可能是您的脚本或您要中继到的 SMTP 服务器中的配置错误。