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


from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2Sw4Y9R
via IFTTT

تعليقات

المشاركات الشائعة من هذه المدونة

I am unable to figure out how to create payment collection request, after a form has been submitted in laravel

laravel, mysql transaction not working after failed one time