PHP mail()不工作

时间:2011-08-09 17:05:58

标签: php ubuntu sendmail

  

可能重复:
  Troubleshooting PHP Mail

我似乎无法使用PHP的mail()函数获取邮件。我正在我的客户端的开发服务器上工作,该服务器运行的是Ubuntu版本。我使用以下命令安装了sendmail:apt-get install sendmail。之后我去了/ etc / php5 / apache2 /中的php.ini文件并取出了sendmail_path的注释并将其设置为/ usr / sbin / sendmail -i -t。尽管如此,我仍然没有收到任何邮件。

1 个答案:

答案 0 :(得分:2)

很可能sendmail本身没有正确设置。您是否可以收到使用sendmail命令发送的测试消息?例如:echo "test message" | sendmail -s "test message" your-email@your-domain.com