Saturday, September 24, 2011

How can I send email easily in asp.net 1.1 version?

Problem: 
 I need to implement email sending functionality on one of my project but the project was developed on .Net framework 1.1 version and clients don't want to upgrade at this moment for some reasons. So is there any component that will allow me to develop that page easily.

Solution:
For those who are still working with ASP.NET 1.1, DotNetOpenMail (http://dotnetopenmail.sourceforge.net/) is a great library. It is a freely available open-source component written in C# that makes it easy to create HTML and plain text email with file attachments without needing the System.Web.Mail library. It allows inline graphics as well as SMTP authentication.

3 comments: