Sending E-mail using VB.NET
Hi! In this tutorial, i will introduce some kind advanced VB.NET Tutorial which is Sending an E-mail.
VB.Net allows sending e-mails from your application. The System.Net.Mail namespace contains classes used for sending e-mails to a Simple Mail Transfer Protocol (SMTP) server for delivery.
In this tutorial, let us create a simple application that would send an e-mail.