Replies: 0
Hey, Slava! I was able to set up a Gmail STMP via the plain login method earlier this month. It was working great up until this past week. Now my website is sending the emails, but Gmail won’t accept them, saying that my emails are spam. I am not sending out bulk emails. I am only sending out transnational emails (like order receipts and “order completed” notices) one person at a time. As a small business, there is no way I am reaching the outgoing mail limit. What can I do?
Here is the full error log:
Versions:
WordPress: 5.0.3
WordPress MS: No
PHP: 5.6.35
WP Mail SMTP: 1.4.1
Params:
Mailer: smtp
Constants: Yes
ErrorInfo: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Host: smtp.gmail.com
Port: 587
SMTPSecure: tls
SMTPAutoTLS: bool(true)
SMTPAuth: bool(true)
Server:
OpenSSL: OpenSSL 1.0.1e-fips 11 Feb 2013
SMTP Debug:
2019-01-27 23:22:29 Connection: opening to smtp.gmail.com:587, timeout=300, options=array (
)
2019-01-27 23:22:29 Connection: opened
2019-01-27 23:22:29 SERVER -> CLIENT: 220-gauntlet.asoshared.com ESMTP Exim 4.91 #1 Sun, 27 Jan 2019 18:22:29 -0500
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
2019-01-27 23:22:29 CLIENT -> SERVER: EHLO krissliss.com
2019-01-27 23:22:29 SERVER -> CLIENT: 250-gauntlet.asoshared.com Hello krissliss.com [23.91.70.8]
250-SIZE 52428800
250-8BITMIME
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
2019-01-27 23:22:29 CLIENT -> SERVER: STARTTLS
2019-01-27 23:22:29 SERVER -> CLIENT: 220 TLS go ahead
2019-01-27 23:22:29 SMTP Error: Could not connect to SMTP host.
2019-01-27 23:22:29 CLIENT -> SERVER: QUIT
2019-01-27 23:22:29 SERVER -> CLIENT: `��9;���,�i��Vi��\�221 gauntlet.asoshared.com closing connection
2019-01-27 23:22:29 SMTP ERROR: QUIT command failed: `��9;���,�i��Vi��\�221 gauntlet.asoshared.com closing connection
2019-01-27 23:22:29 Connection: closed
2019-01-27 23:22:29 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting