Connecting Application to Internet

I'm curious as to how to set up the network connection.

I have the email set up, however i have no connection through my application...
my email code is as follows:

Dim email As New System.Net.Mail.SmtpClient
email.Send("from", "to", "subject", "message")

Any suggestions



Answer this question

Connecting Application to Internet

  • Connecting Application to Internet