multiple email's in a form

P

pbq

I have created a form and I have the results emailed to me. I would like to
add more than one email address for the results. Does anyone know how to do
this? Thanks.
 
J

Jim Buyens

I don't recommend daisy-chaining either. Instead, try:

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

Andrew Murray

You can't do this with the Frontpage form handler - it only lets you send mail to
yourself essentially - the owner of the web space/site/email address.

You'd need a third party program written in asp, perl, php or whatever your host
supports.

Try www.bignosebird.com or www.hotscripts.com for a mail/form processor script.
Many of these allow for CC and Bcc as well as multiple recipients in the "To"
field.
 
Top