PHP 不发送电子邮件,日志中没有错误
我已经使用 PHP 5.2、apache 和 sendmail 设置了 Ubuntu 服务器。我有一些 Drupal 网站应该发送电子邮件,但没有。我在 apache 日志中没有看到任何错误,并且 /var/log/mail.log 中似乎没有任何内容。我需要做什么来调试这个?
I've got an Ubuntu server set up with PHP 5.2, apache and sendmail. I've got some Drupal sites that should be sending emails but are not. I don't see any errors in the apache logs and there appears to be nothing in /var/log/mail.log. What do I need to do to debug this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
默认情况下,与 sendmail 相关的配置部分在 php.ini 文件中被注释掉。
查找:
在您的 php.ini 文件中。请注意,可能有多个 php.ini 文件,例如用于 CLI php 的文件和一个用于 Apache 模块的文件。
By default the config section related to sendmail is commented out in the php.ini file.
Look for:
In your php.ini file. Note that there could be more than one php.ini file, for example for the CLI php, and one for the Apache module.