Replies: 0
Can anyone shed some light on this issue? I entered the correct password to the email inbox, but mail will not send through SMTP. I got the following result:
Versions:
WordPress: 5.3.6
WordPress MS: No
PHP: 7.3.24-3+ubuntu18.04.1+deb.sury.org+1
WP Mail SMTP: 2.3.1
Params:
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.1.1g 21 Apr 2020
Debug:
Mailer: Other SMTP
SMTP Error: Could not authenticate.
SMTP Debug:
2021-01-14 16:02:43 Connection: opening to smtp.office365.com:587, timeout=300, options=array ()
2021-01-14 16:02:43 Connection: opened
2021-01-14 16:02:43 SERVER -> CLIENT: 220 BN0PR04CA0201.outlook.office365.com Microsoft ESMTP MAIL Service ready at Thu, 14 Jan 2021 16:02:42 +0000
2021-01-14 16:02:43 CLIENT -> SERVER: EHLO ignitevisibility.com
2021-01-14 16:02:43 SERVER -> CLIENT: 250-BN0PR04CA0201.outlook.office365.com Hello [104.196.144.125]250-SIZE 157286400250-PIPELINING250-DSN250-ENHANCEDSTATUSCODES250-STARTTLS250-8BITMIME250-BINARYMIME250-CHUNKING250 SMTPUTF8
2021-01-14 16:02:43 CLIENT -> SERVER: STARTTLS
2021-01-14 16:02:43 SERVER -> CLIENT: 220 2.0.0 SMTP server ready
2021-01-14 16:02:43 CLIENT -> SERVER: EHLO ignitevisibility.com
2021-01-14 16:02:43 SERVER -> CLIENT: 250-BN0PR04CA0201.outlook.office365.com Hello [104.196.144.125]250-SIZE 157286400250-PIPELINING250-DSN250-ENHANCEDSTATUSCODES250-AUTH LOGIN XOAUTH2250-8BITMIME250-BINARYMIME250-CHUNKING250 SMTPUTF8
2021-01-14 16:02:43 CLIENT -> SERVER: AUTH LOGIN
2021-01-14 16:02:43 SERVER -> CLIENT: 334 VXNlcm5hbWU6
2021-01-14 16:02:43 CLIENT -> SERVER: aW5mb0BpZ25pdGV2aXNpYmlsaXR5LmNvbQ==
2021-01-14 16:02:43 SERVER -> CLIENT: 334 UGFzc3dvcmQ6
2021-01-14 16:02:43 CLIENT -> SERVER: U292NTU2ODQ=
2021-01-14 16:02:49 SERVER -> CLIENT: 535 5.7.3 Authentication unsuccessful [BN0PR04CA0201.namprd04.prod.outlook.com]
2021-01-14 16:02:49 SMTP ERROR: Password command failed: 535 5.7.3 Authentication unsuccessful [BN0PR04CA0201.namprd04.prod.outlook.com]
SMTP Error: Could not authenticate.
2021-01-14 16:02:49 CLIENT -> SERVER: QUIT
2021-01-14 16:02:49 SERVER -> CLIENT: 221 2.0.0 Service closing transmission channel
2021-01-14 16:02:49 Connection: closed
SMTP Error: Could not authenticate.