[Lavanya Deepak] Lavanya Deepak
Technology for Better Business and Higher Standards of Life

Sunday, March 04, 2007

Comprehensive Email Troubleshooting Aide for .NET

Comprehensive Email Troubleshooting Aide for .NET

Using email functionality in .NET is a breeze. Unlike ASP, where you had to depend on third party components, now you have built in support with the base classes. But the downside is that these managed code is a wrapper on the COM counterparts that are shipped with Windows. Hence there is a merging point between the ASP and ASP.NET. With two ways of sending email with .NET 1.1 ad .NET 2.0, using System.Web.Mail namespace and System.Net.Mail namespace respectively, there are two very useful websites that aide troubleshooting. Check out:

  1. http://www.systemwebmail.com (for .NET 1.1)
  2. http://www.systemnetmail.com (for .NET 2.0)

Besides, you have free third party components too. A few of them are:

  1. Persits ASPEmail
  2. ABMailer

One-click Webmail Access - Easily monitor & access your email accounts!
Visit http://www.inbox.com/notifier and check it out!

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home