Hi.
As of recently email are not being sent out anymore. Didn’t touch a thing except did the Invoice Ninja updates.
Changing TSL, SSL, ports doesn’t seem to change anything. I can send out e-mail using telenet from ac ommand line.
So what is the very less stressful procedure to test email sending? How should I proceed to troubleshoot.
What I do now…
- change and save.env file
- php artisan optimize
- clear cache
- resend (email) the exisiting quote
-env settings that used to work before
MAIL_MAILER=smtp
MAIL_HOST=mail.mydomain.com
MAIL_PORT=25
MAIL_USERNAME=payments.mydomain.com
MAIL_PASSWORD=xxxxxxxxxxxxxxxxx
MAIL_ENCRYPTION=
[email protected]
MAIL_FROM_NAME=PaymentsLOG
[2022-08-12 14:23:01] production.INFO: trying to send to [email protected] 2022-08-12 14:23:01
[2022-08-12 14:23:01] production.INFO: Using mailer => smtp
[2022-08-12 14:23:01] production.INFO: error failed with Failed to authenticate on SMTP server with username “payment
s.dbstudio.si” using the following authenticators: “LOGIN”, “PLAIN”. Authenticator “LOGIN” returned “Expected respons
e code “235” but got code “535”, with message “535 5.7.8 Error: authentication failed: authentication failure”.”. Aut
henticator “PLAIN” returned “Expected response code “235” but got code “535”, with message “535 5.7.8 Error: authenti
cation failed: authentication failure”.”.