G
Guest
In VS2005, I get an error trying to send email.
Using SmtpClient in Visual Studio 2005, I get the error:
Unable to read data from the transport connection: net_io_connectionclosed
A code sample that generates the error is:
Dim MailObj As New System.Net.Mail.SmtpClient
MailObj.Host = "mailhub.ppl.com"
MailObj.Send("(e-mail address removed)", "(e-mail address removed)", "subject", "test")
Attachments:
Using SmtpClient in Visual Studio 2005, I get the error:
Unable to read data from the transport connection: net_io_connectionclosed
A code sample that generates the error is:
Dim MailObj As New System.Net.Mail.SmtpClient
MailObj.Host = "mailhub.ppl.com"
MailObj.Send("(e-mail address removed)", "(e-mail address removed)", "subject", "test")
Attachments: