By tag: mail
0
kicks
Create and Send an email in ASP.NET 2.0
The System.Web.Mail namespace in ASP.NET 1.0 is replaced by System.Net.Mail namespace in ASP.NET 2.0 for sending an email.
Lets see how to create and send an email in ASP.NET 2.0.
0
kicks
SQL SERVER - 2008 - Configure Database Mail - Send Email From SQL Data
First and Complete article of SQL Server 2008 Database Mail configuration. From start to end - Complete article.
Bookmark it!
0
kicks
Sending SMTP Email Asynchronously
Sending email using the Simple Mail Transport Protocol (SMTP) can be a slow process, particularly when sending large numbers of messages using, for example, a bulk email tool. This process can be accelerated with considered use of asynchronous sending.