Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim CDOMail As New CDO.Message()
CDOMail.From = "santaclause@northpole.com"
CDOMail.To = "rudolph@northpole.com"
CDOMail.Subject = "Christmas is coming soon"
CDOMail.TextBody = "Please get your nose ready for practice on Tuesday."
CDOMail.Send()