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 ...