Author: caligali | Posted on: 5/29/2009 7:37:28 PM | Views : 1079

InnerException = {"Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host."}
Exception thrown when trying to send mail. This code used to work on the server, but for some reason it doesn't anymore, I think my hosting company changed some settings, here's the code im using:
try
{
MailMessage message = new MailMessage(); SmtpClient client = Go to the complete details ...