我的网站托管在Amazon Web Services EC2上,我创建了一个用于发送电子邮件的php表单,我已经使用Amazon SES成功验证了我的电子邮件地址,这就是问题所在:
我在此页面(Can't receive mail from a Web Form)上看到相同域配置可能存在问题。
有谁知道如何解决这个问题?非常感谢你
答案 0 :(得分:0)
我使用以下代码修复了问题: https://stackoverflow.com/a/23002849/4063626
并包括:
class.phpmailer.php:https://github.com/PHPMailer/PHPMailer/blob/master/class.phpmailer.php class.smtp.php:https://github.com/PHPMailer/PHPMailer/blob/master/class.smtp.php
由于