I\'m trying to send an email from Gmail using Laravel from localhost. I\'m getting this error: Connection could not be established with host smtp.gmail.com [ #0]
I\'
https://accounts.google.com/DisplayUnlockCaptcha https://www.google.com/settings/security/lesssecureapps
env
MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=test@gmail.com
MAIL_PASSWORD=test
MAIL_ENCRYPTION=tls
/********/
email.php
'from' => ['address' => 'test@gmail.com', 'name' => 'test'],