could not establish connection with zoho
I am trying to send an email using http://stmp.zoho.com host by my laravel program using my zoho account with this configuration
MAIL_MAILER=smtp
MAIL_HOST=http://stmp.zoho.sa
MAIL_PORT=587
MAIL_USERNAME=xxxxxx
MAIL_PASSWORD=xxxxxxx
MAIL_ENCRYPTION=tls
and then I get this error
Connection could not be established with host http://stmp.zoho.sa :stream_socket_client(): php_network_getaddresses: getaddrinfo failed: Name or service not known