admin管理员组文章数量:1122826
I'm having issues setting up SMTP for Office 365 using the Easy WP SMTP plugin. I keep getting the following vague error message.
SMTP connect() failed.
I've looked through most of the Troubleshooting documentation and have had no luck. Please see the image below for the settings I'm using. It seems like other people have experienced the same issue with Office 365. Any ideas?
I'm having issues setting up SMTP for Office 365 using the Easy WP SMTP plugin. I keep getting the following vague error message.
SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
I've looked through most of the Troubleshooting documentation and have had no luck. Please see the image below for the settings I'm using. It seems like other people have experienced the same issue with Office 365. Any ideas?
Share Improve this question edited Jul 4, 2019 at 16:06 molecoder 1136 bronze badges asked Jan 6, 2017 at 16:50 bhoodbhood 2572 gold badges3 silver badges9 bronze badges 3 |1 Answer
Reset to default 1Your goal is to send emails, using that specific plugin isn't a requirement.
Therefore, I suggest you install and activate instead the WP Mail SMTP plugin.
Once it's active, go to Settings > WP Mail SMTP to configure the plugin settings.
This will ask you to enter the email address and a from name (similar to the picture you shared).
What comes next can be tricky.
First, choose the mailer. For your case, select Other SMTP.
After that, check the box Return Path.
Next, you need to set up SMTP options (SMTP host and port, encryption, select authentication toggle and provide your SMTP username and password), just like you did in your image.
Then there's a testing tab which you can use to test if everything works fine. It's very straightforward.
本文标签: SMTP Issues with Office 365
版权声明:本文标题:SMTP Issues with Office 365 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736290920a1928614.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
SSL
on port465
, have you tried that? I've foundPHPMailer
to be notoriously buggy withTLS
. – TheGentleman Commented Jan 6, 2017 at 17:19