Authentication Error SOMEtimes?
-
I have an error log which shows four emails being sent at the same time.
Two of them failed due to authentication, but two of them did not. What could be causing this failure rate? Going back in my log, I see that it happens too frequently. It doesn’t seem to matter which plugin is sending the email. Could you assist in understanding what the root cause may be, please?
Again, this doesn’t happen every time, it’s only happening SOMEtimes…
Debug log shows this:
Mailer: Other SMTP
SMTP Error: Could not authenticate.
Debug Output:
Connection: opening to smtp.hostinger.com:587, timeout=300, options=array()
Connection: opened
SERVER -> CLIENT: 220 ESMTP smtp.hostinger.com
CLIENT -> SERVER: EHLO [mydomain is here]
SERVER -> CLIENT: 250-smtp.hostinger.com
250-PIPELINING
250-SIZE 48811212
250-ETRN
250-STARTTLS
250-AUTH PLAIN LOGIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
CLIENT -> SERVER: STARTTLS
SERVER -> CLIENT: 220 2.0.0 Ready to start TLS
CLIENT -> SERVER: EHLO [mydomain is here]
SERVER -> CLIENT: 250-smtp.hostinger.com
250-PIPELINING
250-SIZE 48811212
250-ETRN
250-AUTH PLAIN LOGIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
CLIENT -> SERVER: AUTH LOGIN
SERVER -> CLIENT: 454 4.7.0 Temporary authentication failure: Connection lost to authentication server
SMTP ERROR: AUTH command failed: 454 4.7.0 Temporary authentication failure: Connection lost to authentication server
SMTP Error: Could not authenticate.
CLIENT -> SERVER: QUIT
SERVER -> CLIENT: 221 2.0.0 Bye
Connection: closed
SMTP Error: Could not authenticate.
- The topic ‘Authentication Error SOMEtimes?’ is closed to new replies.