通过 cPanel 和 PHP 传送电子邮件

发布于 2024-11-27 15:32:14 字数 1469 浏览 0 评论 0原文

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

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

发布评论

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

评论(2

醉殇 2024-12-04 15:32:15

最有可能的是您的服务提供商的电子邮件服务器出现故障。 PHP 确实会发现是否没有邮件守护进程运行并给出适当的错误,但它无法对实际发送的邮件进行任何正确的错误检查:毕竟,它可能会在一两天后失败,用户自然不会等待所有这些脚本结束的时间。

例如,Postfix 更新通常需要小心,因为它会自动使用新配置。或者 Dovecot 已更新但未重新启动,并且默认情况下它将拒绝执行任何操作。

Most likely it has been malfunctioning email server in your service provider. PHP does spot if there is no mail daemon running and gives appropriate error, but it can’t do any proper error checking about mail actually delivered: after all, it might fail after a day or two and user naturally won’t wait all that time for the script to end.

Postfix updates for example often requires some care as it takes new configuration into use automatically. Or Dovecot has been updated and not restarted and it will refuse to do anything because of that by default.

分分钟 2024-12-04 15:32:15

您的 cPanel 还没有电子邮件转发功能吗? (http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/EmailFowarders)

Does your cPanel not have email forwarding already? (http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/EmailFowarders)

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