Hi,
I am using "relay-hosting.secureserver.net" network for sending an email. But i got an error as
"The operation has time out". Below is the code which i have used for this.
Please review and help me..
const string SERVER = "relay-hosting.secureserver.net";
MailMessage oMail = new System.Net.Mail.MailMessage(new MailAddress("Fuelaccount@sunhousepetroleum.com"), new MailAddress("some@domain.com"));
oMail.Subject = "Electronic Card Transactions";
oMail.IsBodyHtml = true;
& ...
Go to the complete details ...