my app used to be working fine . I can send email through my app using config in my laravel env
file .
Later this week, the app won't send any email . I tried looking for the reason and I found that Google stopped or changed the way it should be.
I tried the following in my env
:
MAIL_MAILER=smtp
MAIL_HOST=smtp.googlemail.com
MAIL_PORT=587
MAIL_USERNAME=xxx@gmail.com
MAIL_PASSWORD=xxxxxx
MAIL_ENCRYPTION=tls
MAIL_FROM_NAME=xxxxx
The solution I tried is this HERE