Quantcast
Viewing all articles
Browse latest Browse all 15

Inner Workings of ASP.Net Email

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.


Viewing all articles
Browse latest Browse all 15

Trending Articles