View Full Version : Mailing list - Email
ironchef
10-09-2002, 05:35 PM
I am trying to use ASP. I want to setup a form where someone can enter their email address to be put on a mailing list and submit it. Then, I receive their email and a message is automatically sent to them.
I'm new at ASP if you can't tell.
whammy
10-09-2002, 06:23 PM
See this example form - it does most of what you want, you'll just have to cc their email address...
http://www.solidscripts.com/email.txt
http://www.solidscripts.com/email.asp
As for adding them to the mailing list, you could either update it manually, or use Scripting.FileSystemObject to write their email address into a .txt file... for more info on that see
http://www.w3schools.com/asp
(Not to mention you can use a database, which is the best way to go if you want to personalize your messages)
ironchef
10-09-2002, 07:47 PM
thanks, that helps a lot whammy.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.