#mail is not sending
1 messages · Page 1 of 1 (latest)
[2023-05-25 17:50:54] production.ERROR: Failed to authenticate on SMTP server with username "[email protected]" using the following authenticators: "CRAM-MD5", "LOGIN", "PLAIN". Authenticator "CRAM-MD5" returned "Expected response code "235" but got code "530", with message "530 Invalid username or password".". Authenticator "LOGIN" returned "Expected response code "235" but got code "530", with message "530 Invalid username or password".". Authenticator "PLAIN" returned "Expected response code "235" but got code "530", with message "530 Invalid username or password".". {"exception":"[object] (Symfony\Component\Mailer\Exception\TransportException(code: 530): Failed to authenticate on SMTP server with username "[email protected]" using the following authenticators: "CRAM-MD5", "LOGIN", "PLAIN". Authenticator "CRAM-MD5" returned "Expected response code "235" but got code "530", with message "530 Invalid username or password".". Authenticator "LOGIN" returned "Expected response code "235" but got code "530", with message "530 Invalid username or password".". Authenticator "PLAIN" returned "Expected response code "235" but got code "530", with message "530 Invalid username or password".". at /var/www/controlpanel/vendor/symfony/mailer/Transport/Smtp/EsmtpTransport.php:212)
It looks like you forgot to enter the password for your database in the .env
If the password contains any special characters sure to put it in 'quotes'
2023-05-25 18:08:16 App\Notifications\Auth\QueuedVerifyEmail ....... RUNNING
May 25 20:08:16 main1 php[26673]: 2023-05-25 18:08:16 App\Notifications\Auth\QueuedVerifyEmail . 286.01ms FAIL
this works fine

.env isn´t used for emails
That is the problem.
Do not manipulate your .env manually.
Just change everything from your panel settings.
