dimanche 3 mai 2020

Mail Sending in Laravel from Live Server

I did this configuration to send mail from Laravel Project.But not able to send mail getting this error. "Connection could not be established with host smtp.gmail.com [Network is unreachable #101]" .env configuration

MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=465
MAIL_USERNAME=test@gmail.com
MAIL_PASSWORD=********
MAIL_ENCRYPTION=tls


via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire