简体   繁体   中英

contact form 7 mail not sending

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.

Can any one specify the problem?

I needed to wipe this from the "from" field to get my emails to get through:

[your-name] <[your-email]>

Just left it blank and it worked.

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.

Link to plugin: http://wordpress.org/extend/plugins/wp-mail-smtp/

Please try with "host as localhost"

Just try hope will helps

除了为 SMTP 安装插件(smtp-wp、WP Mail SMTP 等)外,请确保在 Contact Form 7 配置中进行配置,文本区域“Message Body”至少包含代码[your-message]

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM