CRAM-MD5 authentication failing
-
When I put in the suggested code to force AUTH LOGIN, the mail gets sent/received properly.
But without it, I get the following :
===========================================================
2025-02-27 01:19:39 CLIENT -> SERVER: STARTTLS?
?2025-02-27 01:19:39 SERVER -> CLIENT: 220 2.0.0 Ready to start TLS?
?2025-02-27 01:19:39 CLIENT -> SERVER: EHLO our.wordpress.server?
?2025-02-27 01:19:39 SERVER -> CLIENT: 250-our.domain250-PIPELINING250-SIZE 35840000250-VRFY250-ETRN250-AUTH PLAIN LOGIN DIGEST-MD5 CRAM-MD5 NTLM GSSAPI GSS-SPNEGO250-AUTH=PLAIN LOGIN DIGEST-MD5 CRAM-MD5 NTLM GSSAPI GSS-SPNEGO250-ENHANCEDSTATUSCODES250-8BITMIME250-DSN250 SMTPUTF8?
?2025-02-27 01:19:39 CLIENT -> SERVER: AUTH CRAM-MD5?
?2025-02-27 01:19:39 SERVER -> CLIENT: 334
<something hashed>?
?2025-02-27 01:19:39 CLIENT -> SERVER: [credentials hidden]?
?2025-02-27 01:19:41 SERVER -> CLIENT: 535 5.7.8 Error: authentication failed: <something hashed>?
?2025-02-27 01:19:41 SMTP ERROR: Username command failed: 535 5.7.8 Error: authentication failed: <something hashed>??
?SMTP Error: Could not authenticate.?
?2025-02-27 01:19:41 CLIENT -> SERVER: QUIT?
?2025-02-27 01:19:41 SERVER -> CLIENT: 221 2.0.0 Bye?
?2025-02-27 01:19:41 Connection: closed?
?SMTP Error: Could not authenticate.
===========================================================
Does plugin WP Mail SMTP just not support CRAM-MD5? Sorry, I’m a newbie, so maybe I’m asking/saying the wrong things…but all I know is using default setup, mail fails.
I hope someone can point me in the correct direction for resolution…
- You must be logged in to reply to this topic.