Connection could not be established with host smtp.gmail.com Network is unreachable #101 error in Laravel email
I solved my problem in cpanel using the code:
change MAIL_DRIVER=smtp to MAIL_DRIVER=sendmail in ".env" file
I solved my problem in cpanel using the code:
change MAIL_DRIVER=smtp to MAIL_DRIVER=sendmail in ".env" file