Sending eMails within a .Net application is fairly simple with the use of the System.Net.Mail namespace.
First, import the class:
Imports System.Net.Mail
Then create a function to provide for sending the emails within a public class: