Configuring Emails in Laravel

Nitish Kumar picture Nitish Kumar · Oct 25, 2018 · Viewed 15.9k times · Source

I am trying to setup emails in my Laravel aplication, I have my env file something like this:

MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
[email protected]
MAIL_PASSWORD=xxx
MAIL_ENCRYPTION=tls

I tried according to the answer given in this question Expected response code 250 but got code "535", with message "535-5.7.8 Username and Password not accepted

I followed the steps, enabled 2 step verification, then created app password and configured my .env file

Finally I did php artisan config:cache

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 "534", with message "534-5.7.14

Please help me out with this. Thanks.

Answer

Ravikant gagan picture Ravikant gagan · Nov 13, 2019

Need to create new less secure gmail account for configuration Email. your email should not use in more than 3 projects.