I've found many code samples to send email in
VB.net. The problem is, they all require a line such as:
Dim client As New SmtpClient("
Your SMTP Server")
That works fine on my computer, but if I distribute the program to someone else, I don't know
their "SMTP Server".
So how do you send email from a
VB.net program when the "SMTP Server" is unknown.
Thanks.