我有一个静态网站建设使用bootstrap。我在亚马逊亚马逊网络服务s3中托管该网站。
每当我单击联系人表单的发送时,我都会收到以下错误
"Sorry ....., it seems that my mail server is not responding. Please try again later!"
Email it sending is the contact details is "support@<domain-name>.com"我试着用我的gmail账号代替了电子邮件。它并没有发挥作用。
发布于 2015-01-24 05:44:04
查看邮件目录中contact_me.php文件。表单将您的数据提交到contact_me.php文件,此php页面将使用标准的php mail函数。我不确定php在亚马逊上是如何工作的,但你可以启动here。
https://stackoverflow.com/questions/28012718
复制相似问题