Showing posts with label hotmail. Show all posts
Showing posts with label hotmail. Show all posts

Monday, January 20, 2014

How to send mail using C# in ASP.NET

Mail sending is a vital thing in web technology. In ASP.NET you have to follow a very few steps to send a mail from your email id to others. So how to send mail using C# in ASP.NET. Lets have a look..

You need to take help of two new classes. 
and a namespace has to be imported. 
  • using System.Net.Mail;
So lets check the code here.

Popular Posts

Pageviews