PHP 邮件功能在新的 Exchange 2010 Server 上不起作用

发布于 2024-11-28 19:52:10 字数 238 浏览 3 评论 0原文

当尝试在我的新 Exchange 2010 服务器上使用 PHP 的 mail() 函数发送邮件(到域内的电子邮件地址)时,出现错误:

mail(): SMTP 服务器响应:501 5.1.3 无效地址

我尝试创建一个具有匿名身份验证的新接收连接器,但这似乎没有帮助,老实说,我对 Exchange Server 几乎没有经验。

顺便说一句,地址是有效的。

When trying to send mail (to email addresses within the domain) using PHP's mail() function on my new Exchange 2010 server I get the error:

mail(): SMTP server response: 501 5.1.3 Invalid address

I tried creating a new receive connector with anonymous authentication but that doesn't seem to help, and honestly I have little to no experience with Exchange Server.

The address is valid, btw.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

捂风挽笑 2024-12-05 19:52:10

尝试将其添加到顶部:

ini_set("sendmail_from", "[email protected]");

它会起作用

Try adding this on top:

ini_set("sendmail_from", "[email protected]");

It'll work

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文