Hi james,
There may be a product; I don't know. I can give you the basics of what you
need to do, and some links to good articles, tutorials, etc., to help you
learn how to do it.
Your first requirement is that you create a form that collects email
information and adds the data to a database. If your site is hosted on a
Windows server, you can use the Database Results Wizard to set up an Access
database, and use ASP to do this. The following web site has quite a few
articles about how to use the DRW:
http://www.spiderwebwoman.com/resources/dbrwtipsandtricks.asp
Once you've got your database, you have a couple of options. You can either
send out the emails using Access, by downloading a copy of the database, and
using Access and perhaps Word to do a mail merge, or whatever suits you. Or,
you can create an ASP web page that you can run to send the emails (a bit
trickier). The ASP page would fetch all the emails from the database, create
an email, and send it using (probably) CDOSYS, an email client component
that comes with Office and Windows XP.
Perhaps someone else knows of a ready-made solution for you. Good luck!
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
You can lead a fish to a bicycle,
but it takes a very long time,
and the bicycle has to *want* to change.