R
Robert Dufour
Dim message As New MailMessage("(e-mail address removed)", "(e-mail address removed)",
"Test", "Test")
Dim emailClient As New SmtpClient("localhost")
emailClient.Send(message)
The IIS server is running on the local machine.
What am I missing to make this work reliably?
Thanks for any help
Bob
"Test", "Test")
Dim emailClient As New SmtpClient("localhost")
emailClient.Send(message)
The IIS server is running on the local machine.
What am I missing to make this work reliably?
Thanks for any help
Bob