我在Mac OS X 10.6安装上安装了MAMP,我正在尝试通过PHP发送电子邮件,但它似乎不喜欢没有安装postfix的事实:
Apr 18 12:27:36 billy-pc postfix[7959]: error: to submit mail, use the Postfix sendmail command
Apr 18 12:27:36 billy-pc postfix[7959]: fatal: the postfix command is reserved for the superuser
我在/etc/postfix
中有一个文件夹但由于某种原因,postfix不想启动或发送邮件
由于
答案 0 :(得分:0)
我似乎解决了我的问题。我不是百分百肯定为什么,我只是停下来并开始使用postfix并发送测试:
printf "Subject: TestnHello" | sendmail -f myemail@gmail.com anotheremail@gmail.com
这似乎发送,我现在可以通过PHP发送邮件。奇怪