outside zoho site not sending mail from code?
hi i have created a mail account in zoho but from outside that i can't send email from custom email using C# code in asp.net
it is showing me error that "The operation has timed out." what will be the wrong?
i am using following as my value
smtp.EnableSsl = true;
smtp.UseDefaultCredentials = false;
smtp.Credentials = networkCredentials;
smtp.Host = "smtp.zoho.com";
smtp.Port = 465;
please help its urgent