failed with Connection could not be established with host smtp-relay.sendinblue.com :stream_socket_client(): unable to connect to tcp://smtp-relay.sendinblue.com:587 (Connection timed out) code example
Example: 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