Ok so I’ve got a clean 7.11.18 installed and email works fine.
My upgraded version (that has all my data!) the email stopped working “SMTP Could not Authenticate”
When I change my credentials and “test” it sends. After I save my credentials it no longer works and can’t authenticate.
So…
I tried using my vanilla install (that works) and connected it to the production database to see if email works. It doesn’t. So that narrows it down to the DB and not any of the files or configuration.
I checked in the db and it is saving the encrypted password. I’m totally stumped. Anyone have any other ideas I can try?
I tried that. The values are different between the working DB and the non working DB (in terms of password). I tried changing the DB value in the non-working DB to the working value. That didn’t work either. Failed to authenticate.
@pgr I tried that, there’s nothing new in the logs. Just cannot authenticate. Here’s what shows in the SMTP log. I doesn’t seem to be super helpful either.
3: Connection: opening to ssl://smtp.sendgrid.net:465, timeout=300, options=array()
3: Connection: opened
2: SERVER -> CLIENT: 220 SG ESMTP service ready at geopod-ismtpd-3-0
1: CLIENT -> SERVER: —obfuscated—
2: SERVER -> CLIENT: 451 Authentication failed: Could not authenticate
1: SMTP ERROR: Password command failed: 451 Authentication failed: Could not authenticate
3: SMTP Error: Could not authenticate.
1: CLIENT -> SERVER: QUIT
2: SERVER -> CLIENT:
1: SMTP ERROR: QUIT command failed:
3: Connection: closed
3: SMTP Error: Could not authenticate.
It clearly says password command failed. However, when I “test” it works when I save the exact password, fails authentication. Just don’t get it?