Failed to send – authentication error
-
Just upgraded WP Mail SMTP to the latest version. We added the password to our wp-config file as recommended but the contact forms won’t fire unless we turn OFF authentication.
Here’s the error file:
There was a problem while sending a test email.
The related debugging output is shown below:
VersionsWordPress: 4.9.1
PHP: 7.0.22
WP Mail SMTP: 1.0.2
PHPMailerErrorInfo: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Mailer: smtp
Host: secure182.inmotionhosting.com
Port: 465
SMTPSecure: ssl
SMTPAutoTLS: bool(true)
SMTPAuth: bool(true)
SMTP Debug2017-12-13 16:05:34 SERVER -> CLIENT: 220-ecbiz182.inmotionhosting.com ESMTP Exim 4.89 #1 Wed, 13 Dec 2017 11:05:34 -0500
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
2017-12-13 16:05:34 CLIENT -> SERVER: EHLO https://www.brickface.com
2017-12-13 16:05:34 SERVER -> CLIENT: 250-ecbiz182.inmotionhosting.com Hello https://www.brickface.com [198.46.81.22]
250-SIZE 52428800
250-8BITMIME
250-PIPELINING
250-AUTH PLAIN LOGIN
250-CHUNKING
250 HELP
2017-12-13 16:05:34 CLIENT -> SERVER: AUTH LOGIN
2017-12-13 16:05:34 SERVER -> CLIENT: 334 VXNlcm5hbWU6
2017-12-13 16:05:34 CLIENT -> SERVER: aW5mb0Bicmlja2ZhY2UuY29t
2017-12-13 16:05:34 SERVER -> CLIENT: 334 UGFzc3dvcmQ6
2017-12-13 16:05:34 CLIENT -> SERVER: Y2dpKmdhcmRlbiokdGF0ZSp3cA==
2017-12-13 16:05:36 SERVER -> CLIENT: 535 Incorrect authentication data
2017-12-13 16:05:36 SMTP ERROR: Password command failed: 535 Incorrect authentication data
2017-12-13 16:05:36 SMTP Error: Could not authenticate.
2017-12-13 16:05:36 CLIENT -> SERVER: QUIT
2017-12-13 16:05:36 SERVER -> CLIENT: 221 ecbiz182.inmotionhosting.com closing connection
2017-12-13 16:05:36 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Dismiss this notice.Your help will be appreciated.
The page I need help with: [log in to see the link]
- The topic ‘Failed to send – authentication error’ is closed to new replies.