Recently I want add Mailing list to a my website. So I went to hotscriipts and other websites to get an application for this. But i see many applications were not free. So I decided to do the application with ASP.NET. I implemented this with the old System.Web.Mail namespace that use CDOsys. But this is deprecated, so I have reimplemented this with new libraries and new namespace System.Net of the new Framework. The code is very simple. Once you have a Database with the emails, I have put in a web form two textbox
Then I have implemented this code in button click
Here is the code to download
mailinglist.rar |