php 尝试发送您的消息时出错。请稍后再试。WordPress
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/37568380/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
There was an error trying to send your message. Please try again later. Wordpress
提问by Raj Kumar Jillella
I installed the "Contact Form 7" plugin in WordPress and created a form.
我在 WordPress 中安装了“Contact Form 7”插件并创建了一个表单。
When i click on the submit button, the following error appears:
当我点击提交按钮时,出现以下错误:
There was an error trying to send your message. Please try again later.
尝试发送您的消息时出错。请稍后再试。
回答by Raj Kumar Jillella
Yeah! Got the solution.
是的!得到了解决方案。
Have to provide mail id which is belongings to domain, in Mail tab..
必须在“邮件”选项卡中提供属于域的邮件 ID。
回答by Highly Irregular
I got this message too, when trying to submit test data through my form. When I changed the value entered in the form's Email field from [email protected] to a real email address, then the form started working again.
当我尝试通过我的表单提交测试数据时,我也收到了这条消息。当我将表单的电子邮件字段中输入的值从 [email protected] 更改为真实的电子邮件地址时,表单又开始工作了。
回答by Sivakrishnan
Please enable in the sendemail on ubuntu
请在 ubuntu 的 sendemail 中启用
$ sudo apt-get install sendmail
$ sudo sendmailconfig
$ sudo service apache2 restart