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
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
Connecting Application to Internet