Issue with SMTP hosting
Issue with SMTP hosting
I bought a domain on GoDaddy and connected it to the Zoho email service. I have a Laravel project hosted on GoDaddy. I'm having Zoho SMTP issues when sending emails on a hosted project.Connection could not be established with host "ssl://smtppro.zoho.com:465": stream_socket_client(): Unable to connect to ssl://smtppro.zoho.com:465 (Connection refused)Everything runs smoothly when I run it on localhost; I can send emails with Zoho SMTP, but it doesn't work when I run it on the hosting server. Can anyone help with my problem?