Dim from As String = "You@YourEmail.com"
Dim mailto As String = "You@YourEmail.com"
Dim subject As String = "Test Mail"
Dim body As String = "This is a test E-mail."
SmtpMail.SmtpServer = "smtp.SERVERNAME.XXX"
SmtpMail.Send(from, mailto, subject, body)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.