我已在http://docs.aws.amazon.com/ses/latest/DeveloperGuide/scripts-mtas-sendmail.html
记录的SES中设置了我的ec2实例除了最后一点
之外,一切都正常工作sudo /usr/bin/sendmail -f from@example.com to@example.com
抛出错误说/ usr / bin / sendmail:没有这样的文件或目录
使用带有“sbin”的路径,我能够成功发送邮件。
sudo /usr/sbin/sendmail -f from@example.com to@example.com
如何配置php以使用此路径。用sendmail_path = / usr / sbin / sendmail设置我的php ini;
没有工作..