creating a mailing list form

NJDubois

Well-known member
Joined
May 15, 2008
Messages
84
Programming Experience
Beginner
I'll get to the point. I am in a band, with a band website

www.musicwhynot.com

I would like to create a mailing list as a learning experince, and for use on my site. Is VB.Net the best way to do it, and what are some general pointers to get me started?

I tried doing some google searches, but anything with mailing list gets me nothing but, you guessed it, the sites actual mailing list sign up. Ugh!

Thanks for the help.
Nick
 
Here's an article on How to Create Your Own Mailing List Server with .NET 2.0:

Learn how to build your own mailing list server, making use of the new classes located in the System.Net.Mail namespace in .NET 2.0, as well as some techniques to retrieve emails from Outlook.

http://www.devx.com/dotnet/Article/35900


Additional reference:

Following article explains about, how to send mail using the system.web.mail namespace
http://www.freevbcode.com/ShowCode.asp?ID=6401

Hope to see ComingSoon! replaced with a Mailing list, on your website.... WhyNot? :)

Hope it helps!

lml .... Rock on
 
Thanks for the reply. The first link took care of me other than this weird problem i am having. Posted about it in another post.

Thanks again!
Nick
 
Back
Top