Error: Could not authenticate your SMTP account
-
I got an error while trying to send a test email.
I checked my username, password, host address and port – all are correct.
Furthermore, no changes were done on the email side – is it an issue with the last update?See error details below:
Versions:
WordPress: 5.2.6
WordPress MS: No
PHP: 7.1.14
WP Mail SMTP: 2.1.1Params:
Mailer: smtp
Constants: No
ErrorInfo: SMTP Error: Could not authenticate.
Host: smtp.office365.com
Port: 587
SMTPSecure: tls
SMTPAutoTLS: bool(true)
SMTPAuth: bool(true)Server:
OpenSSL: OpenSSL 1.0.1e-fips 11 Feb 2013Debug:
Mailer: Other SMTP
SMTP Error: Could not authenticate.SMTP Debug:
2020-06-10 15:44:40 Connection: opening to smtp.office365.com:587, timeout=300, options=array (
)
2020-06-10 15:44:40 Connection: opened
2020-06-10 15:44:40 SERVER -> CLIENT: 220 SN6PR08CA0008.outlook.office365.com Microsoft ESMTP MAIL Service ready at Wed, 10 Jun 2020 15:44:40 +0000
2020-06-10 15:44:40 CLIENT -> SERVER: EHLO jit4you.com
2020-06-10 15:44:40 SERVER -> CLIENT: 250-SN6PR08CA0008.outlook.office365.com Hello [108.167.189.41]
250-SIZE 157286400
250-PIPELINING
250-DSN
250-ENHANCEDSTATUSCODES
250-STARTTLS
250-8BITMIME
250-BINARYMIME
250-CHUNKING
250 SMTPUTF8
2020-06-10 15:44:40 CLIENT -> SERVER: STARTTLS
2020-06-10 15:44:40 SERVER -> CLIENT: 220 2.0.0 SMTP server ready
2020-06-10 15:44:40 CLIENT -> SERVER: EHLO jit4you.com
2020-06-10 15:44:40 SERVER -> CLIENT: 250-SN6PR08CA0008.outlook.office365.com Hello [108.167.189.41]
250-SIZE 157286400
250-PIPELINING
250-DSN
250-ENHANCEDSTATUSCODES
250-AUTH LOGIN XOAUTH2
250-8BITMIME
250-BINARYMIME
250-CHUNKING
250 SMTPUTF8
2020-06-10 15:44:40 CLIENT -> SERVER: AUTH LOGIN
2020-06-10 15:44:40 SERVER -> CLIENT: 334 VXNlcm5hbWU6
2020-06-10 15:44:40 CLIENT -> SERVER: Q3VzdG9tZXJzdXBwb3J0QGppdDR5b3UuY29t
2020-06-10 15:44:40 SERVER -> CLIENT: 334 UGFzc3dvcmQ6
2020-06-10 15:44:40 CLIENT -> SERVER: aml0NHlvdTIwMTMh
2020-06-10 15:44:46 SERVER -> CLIENT: 535 5.7.3 Authentication unsuccessful [SN6PR08CA0008.namprd08.prod.outlook.com]
2020-06-10 15:44:46 SMTP ERROR: Password command failed: 535 5.7.3 Authentication unsuccessful [SN6PR08CA0008.namprd08.prod.outlook.com]
2020-06-10 15:44:46 SMTP Error: Could not authenticate.
2020-06-10 15:44:46 CLIENT -> SERVER: QUIT
2020-06-10 15:44:46 SERVER -> CLIENT: 221 2.0.0 Service closing transmission channel
2020-06-10 15:44:46 Connection: closed
2020-06-10 15:44:46 SMTP Error: Could not authenticate.
- The topic ‘Error: Could not authenticate your SMTP account’ is closed to new replies.