contact form 7 mail not sending(联系表格 7 邮件未发送)
问题描述
我的一个 wordpress 网站使用了联系表 7.我还集成了 wp-mail-smtp 来发送邮件.在本地站点中运行正常,但是当我在服务器上配置它时会出错.问题是虽然我收到了成功消息,但它没有将邮件发送到指定的电子邮件 ID.当我尝试从 smtp 发送测试消息时,它给出了以下错误
I have used contact form 7 for one of my wordpress sites. I have also integrated wp-mail-smtp for sending mail. In local site is running properly but When I configure it on server it gives error. Problem is though I get success message but it does not send mail to specified email id. and when I try to send the test message from smtp, it gives below error
The SMTP debugging output is shown below:
SMTP -> ERROR: Failed to connect to server: Connection timed out (110)
SMTP Error: Could not connect to SMTP host.
谁能具体说明问题?
推荐答案
SMTP需要认证.下载并安装 WP Mail SMTP 插件.在设置>>电子邮件中添加本地服务器信息后,电子邮件应发送到任何外部电子邮件地址.
The SMTP needs to be authenticated. Download and install the WP Mail SMTP plugin. Once the local server information is added in Settings >> Email, the emails should get sent out to any outside email addresses.
插件链接:http://wordpress.org/extend/plugins/wp-mail-smtp/
请尝试使用host as localhost"
Please try with "host as localhost"
试试吧,希望对你有帮助
Just try hope will helps
这篇关于联系表格 7 邮件未发送的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:联系表格 7 邮件未发送
![](/xwassets/images/pre.png)
![](/xwassets/images/next.png)
- 如何定位 php.ini 文件 (xampp) 2022-01-01
- 没有作曲家的 PSR4 自动加载 2022-01-01
- PHP Count 布尔数组中真值的数量 2021-01-01
- SoapClient 设置自定义 HTTP Header 2021-01-01
- Laravel 仓库 2022-01-01
- 正确分离 PHP 中的逻辑/样式 2021-01-01
- Mod使用GET变量将子域重写为PHP 2021-01-01
- 带有通配符的 Laravel 验证器 2021-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01
- 从 PHP 中的输入表单获取日期 2022-01-01