Replies: 0
Hi
About a week ago I set up WP Mail SMTP and it worked fine. However i just found out it has stopped working and I get the following debugging output:
There was a problem while sending a test email. Related debugging output is shown below:
Versions:
WordPress: 4.9.4
WordPress MS: No
PHP: 7.0.28
WP Mail SMTP: 1.2.5
Params:
Mailer: smtp
Constants: No
ErrorInfo: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Host: smtp.domeneshop.no
Port: 587
SMTPSecure: tls
SMTPAutoTLS: bool(true)
SMTPAuth: bool(true)
Server:
OpenSSL: Yes
SMTP Debug:
2018-03-11 14:20:22 Connection: opening to smtp.domeneshop.no:587, timeout=300, options=array (
)
2018-03-11 14:20:22 Connection: opened
2018-03-11 14:20:22 SERVER -> CLIENT: 220-box5497.bluehost.com ESMTP Exim 4.89 #1 Sun, 11 Mar 2018 09:20:22 -0500
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
2018-03-11 14:20:22 CLIENT -> SERVER: EHLO http://www.kristianglomset.no
2018-03-11 14:20:22 SERVER -> CLIENT: 250-box5497.bluehost.com Hello http://www.kristianglomset.no [162.241.217.168]
250-SIZE 52428800
250-8BITMIME
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
2018-03-11 14:20:22 CLIENT -> SERVER: STARTTLS
2018-03-11 14:20:22 SERVER -> CLIENT: 220 TLS go ahead
2018-03-11 14:20:22 SMTP Error: Could not connect to SMTP host.
2018-03-11 14:20:22 CLIENT -> SERVER: QUIT
2018-03-11 14:20:22 SERVER -> CLIENT: 221 box5497.bluehost.com closing connection
2018-03-11 14:20:22 Connection: closed
2018-03-11 14:20:22 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
I’m not too tech savy so a little help would go a long way here, cause I’m kinda stuck not knowing where to start and how to fix it.
Thanks in advance
- This topic was modified 5 hours, 58 minutes ago by Kristian G.