Before you send an email, using ASP.Net, you need to understand the basics of how it works. The first thing you do is make sure you import the System.Net.Mail Namespace. In C#: using System.Net.Mail; In VB: Imports System.Net.Mail There are two basic parts which you will define – the mailmessage and the smtpclient. The mailMessage […]
The post Inner Workings of ASP.Net Email appeared first on All Things DotNet.