Jason Hendriks on "[Plugin: WP Mail SMTP] SMTP mail option stopped working...
GoDaddy? ["Host"]=> string(24) "smtpout.secureserver.net" This is not a valid GoDaddy server, AFAIK. Where the heck did you get it? Did you mean relay-hosting.secureserver.net? That said, if I...
View Articlereedbird8 on "[Plugin: WP Mail SMTP] SMTP mail option stopped working within...
No, that is a valid server. My phone still sends out through that server with the same account I have listed here, and I've had WP Mail SMTP set like this for at least 6 months without any issues.
View ArticleJason Hendriks on "[Plugin: WP Mail SMTP] SMTP mail option stopped working...
Your server disagrees: ["ErrorInfo"]=> string(82) "SMTP connect() failed Keep in mind your phone and your website are completely different. One is outside GoDaddy's DMZ, the other on the inside....
View Articlereedbird8 on "[Plugin: WP Mail SMTP] SMTP mail option stopped working within...
So, if I switch the port to 80 and turn it off SSL, it works. Huh. Guess I'll have to ask them what changed!
View ArticleJason Hendriks on "[Plugin: WP Mail SMTP] SMTP mail option stopped working...
80?? What, no, that's the HTTP (web) port. What the heck are you doing over there?!
View Articlereedbird8 on "[Plugin: WP Mail SMTP] SMTP mail option stopped working within...
I'm just trying different options based on GoDaddy's suggestions for email settings. For sending messages via smtpout.secureserver.net, they suggest ports 25, 80, and 3535 (non SSL) and 465 for with SSL.
View ArticleJason Hendriks on "[Plugin: WP Mail SMTP] SMTP mail option stopped working...
Found this for you https://ca.godaddy.com/help/find-your-email-relay-server-122
View Articlereedbird8 on "[Plugin: WP Mail SMTP] SMTP mail option stopped working within...
I don't have an area of my "My account" area with any of that information. All I use GoDaddy for is domain registration and our email. Our actual hosting is done elsewhere.
View ArticleBillyPruchno on "[Plugin: WP Mail SMTP] SMTP Error: Could not Authenticate...
I changed the password to my gmail account because it had a special character in it. Unfortunately, I am still getting the "Could not Authenticate" error. I have the SMTP Host set to: smtp.gmail.com...
View ArticleJason Hendriks on "[Plugin: WP Mail SMTP] SMTP Error: Could not Authenticate...
Could not authenticate means your username and password are not accepted. If you are sure your password is correct, then Google has disabled your password auth and you may have to use OAuth 2.0...
View Articlerbarnes305 on "[Plugin: WP Mail SMTP] WP-MAIL PLAIN AUTH"
Thanks, Jason. All of that is good info. I just want to make sure that the credentials are not being sent via plain text. Anyway to verify that?
View ArticleJason Hendriks on "[Plugin: WP Mail SMTP] WP-MAIL PLAIN AUTH"
You'll need something called a packet sniffer, and if you don't already know what it is you probably won't be able to use it ;-)
View Articlerbarnes305 on "[Plugin: WP Mail SMTP] WP-MAIL PLAIN AUTH"
;-) I figured that is what I needed; however, looking to see if there was something easier.
View ArticleJason Hendriks on "[Plugin: WP Mail SMTP] WP-MAIL PLAIN AUTH"
What you want to do is inspect + verify the traffic between the two servers. A sniffer is the only way.
View Articlerbarnes305 on "[Plugin: WP Mail SMTP] WP-MAIL PLAIN AUTH"
If my site is https, would someone be able to intercept these items?
View ArticleJason Hendriks on "[Plugin: WP Mail SMTP] WP-MAIL PLAIN AUTH"
HTTPS is an unrelated protocol that deals with traffic between the web server and a web browser. Not the web server and an email server.
View Articlerbarnes305 on "[Plugin: WP Mail SMTP] WP-MAIL PLAIN AUTH"
I figured. Didn't know if that would have helped. Thank you.
View Articlemcandelaria on "[Plugin: WP Mail SMTP] Test email works, but Gravity Form...
Hi casiepa, I have the same issue, where should I paste the code if im using wp-mail only thanks
View Articlecasiepa on "[Plugin: WP Mail SMTP] Test email works, but Gravity Form...
Hi, As this plugin seems no longer to be updated, I switched to Postman SMTP (https://wordpress.org/plugins/postman-smtp/). That one solved all my remaining issues and the above code was no longer...
View ArticleBetaLeaf on "[Plugin: WP Mail SMTP] Latest Version Breaks Email Entirely....
Test Message Sent The result was: bool(false) The full debugging output is shown below: object(PHPMailer)#517 (73) { ["Version"]=> string(6) "5.2.10" ["Priority"]=> int(3) ["CharSet"]=>...
View Article