I am using ZOHO
mail server for sending mails through my application. But not able to send emails and throws exception as
The operation has timed out.
We are using
ASP.NET MVC 4.5 application using following credentials:
port: 465
pwd: xxxx
EnableSSL: true
If I'm using port: 587, it send mails in Localhost and in server gives Error:
"Unable to connect to the remote server"
Please help me