Send form to multiple email addresses?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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!
 
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!
 
-----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)
|/---------------------------------------------------
*----------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top