Hello,
I'm using SwiftMailer to send emails with my PHP application but I have some problems when I try to use your smtp server. This is the error I have:
Swift_TransportException: Connection could not be established with host smtp.zoho.com [Connection timed out #110]
Here is the configuration I'm using for the SwiftMailer, I think its correct:
transport: 'smtp'
host: 'smtp.zoho.com'
port: '465'
encryption: 'ssl'
user: (myUser)
password: (myPassword)
auth_mode: 'login'
In the "auth_mode" param (the only one I have doubts about) I have tried the different options explained
here but no one is working.
Could you please take a look on it?
Thanks,
Pedro.