Answers for "connection could not be established with host smtp.googlemail.com :stream_socket_client(): ssl operation failed with code 1. openssl error messages"

3

Connection could not be established with host smtp.gmail.com :stream_socket_client(): unable to connect to tcp://smtp.gmail.com:587 (Network is unreachable)

I solved my problem in cpanel using the code:

inside `.env` file change 

	MAIL_DRIVER=smtp 
to
	MAIL_DRIVER=sendmail
Posted by: Guest on May-18-2021

Code answers related to "connection could not be established with host smtp.googlemail.com :stream_socket_client(): ssl operation failed with code 1. openssl error messages"

Browse Popular Code Answers by Language