Код: Выделить всё
MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
[email protected]
MAIL_PASSWORD=16charactersAppPassword
MAIL_ENCRYPTION=tls
Код: Выделить всё
Failed to authenticate on SMTP server with username "[email protected]" using 3 possible authenticators. Authenticator LOGIN returned Swift_TransportException: 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 d188sm5389721pfa.7 - gsmtp
Код: Выделить всё
php artisan config:cache
Подробнее здесь: https://stackoverflow.com/questions/611 ... rd-created