Sending eMails within a .Net Application CapturedTech - Technology - Patrick Stevens Dec 29 2008 174 0 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: Read more ...