How to to send mail using gmail in Laravel 5.4 ?
I try again and again to test sending an email from local system (localhost) but I still cannot.
Solution
All you have to do is just edit in you.env file, that’s it.
MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=465
MAIL_USERNAME=<your_email_address>
MAIL_PASSWORD=<your_gmail_app_password_>
MAIL_ENCRYPTION=ssl