How to solve the problem – unable to read data from the transport connection: net_io_connectionclosed? I have the sample detail: SmtpClient client = new SmtpClient(); client.Host = "hostname"; client.Port = 465; client.DeliveryMethod = SmtpDeliveryMethod.Network; client.UseDefaultCredentials = false; ...