could you specify where to look for that?
in nginx I have the error.log and I don’t see anything
in storage / logs / laravel.logs it does not show any error either
Failed to authenticate on SMTP server with username “[email protected]” using 3 possible authenticators. Authenticator LOGIN returned Expected response code 235 but got code “535”, with message "535-5.7.8 Username and Password not accepted. Learn more at
535 5.7.8 https://support.google.com/mail/?p=BadCredentials 184sm10437376qki.97 - gsmtp
". Authenticator PLAIN returned Expected response code 235 but got code “535”, with message "535-5.7.8 Username and Password not accepted. Learn more at
535 5.7.8 https://support.google.com/mail/?p=BadCredentials 184sm10437376qki.97 - gsmtp
". Authenticator XOAUTH2 returned Expected response code 250 but got code “535”, with message "535-5.7.8 Username and Password not accepted. Learn more at
535 5.7.8 https://support.google.com/mail/?p=BadCredentials 184sm10437376qki.97 - gsmtp
".
@Gustavo Are you using 2 factor authentication on GMail? If so, you cannot use your normal password as this needs the 6 digit OTA code. You will need an app password (from your GMail security settings page).
I had this very problem with one of my users accounts
Does your password have weird ascii characters in it? If so try changing it to alphanumeric only and see if that works. I’ve had to do this on a couple of accounts.