Send form to multiple email addresses?

S

Syl

Is this possible with FP2002? And if so, how?
I've tried separating the addresses with a , and a ; but neither worked. :-
Thanks for any and all assistance!
 
M

Mike Mueller

I use an asp page to process the form, instead of the built
in forms handler. If you are on a NT4 server, you would
need to use CDONTS, if on a 2000 or 2003 server, you would
use CDO. Either is quite easy to use.

Mike


: Is this possible with FP2002? And if so, how?
: I've tried separating the addresses with a , and a ; but
neither worked. :-(
: Thanks for any and all assistance!
 
J

Jim Buyens

-----Original Message-----
Is this possible with FP2002? And if so, how?
I've tried separating the addresses with a , and a ; but
neither worked. :-(
Thanks for any and all assistance!

If your host provides e-mail distribution lists, set one
up that includes the addresses you want. Then, configure
your form to send to the distribution list address.

Otherwise, you might consider writing your own ASP code to
process the form. To get started, browse:

Mailing Form Data
http://www.interlacken.com/winnt/tips/tipshow.aspx?tip=46

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
Top