Email Addresses

J

Jim Wilson

How can I setup a form to e-mail the form information to
more than one e-mail address?? I need to send the email
information to three addresses.

Any help
Jim
 
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

message : How can I setup a form to e-mail the form information to
: more than one e-mail address?? I need to send the email
: information to three addresses.
:
: Any help
: Jim
 
J

Jerry

Mik
Do you need to re-write the form or can you us
the code generated by the form wizard in FP
I will be using CDO
Thank

----- Mike Mueller wrote: ----

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

Mik

message : How can I setup a form to e-mail the form information t
: more than one e-mail address?? I need to send the emai
: information to three addresses

: Any hel
: Ji
 
J

Jim Wilson

I'm not sure what your saaying I'm just using the setting
under the form were it ask for an email address

Jim
 
M

Mike Mueller

I believe MS has something in the KB about that. The FP
form handler out-of-box does not support multiple
destinations.

Mike


message : I'm not sure what your saaying I'm just using the setting
: under the form were it ask for an email address
:
: Jim
:
:
: >-----Original Message-----
: >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
: >
: in
: >message : >: How can I setup a form to e-mail the form information
: to
: >: more than one e-mail address?? I need to send the
: email
: >: information to three addresses.
: >:
: >: Any help
: >: Jim
: >
: >
: >.
: >
 
M

Mike Mueller

You would change the Form Properties from email to custom
asp page, and then put in the page name where you have your
CDO coding
Mike



message
: Mike
: Do you need to re-write the form or can you use
: the code generated by the form wizard in FP?
: I will be using CDO.
: Thanks
:
: ----- Mike Mueller wrote: -----
:
: 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
:
: "Jim Wilson" <[email protected]>
wrote in
: message
: : How can I setup a form to e-mail the form
information to
: : more than one e-mail address?? I need to send the
email
: : information to three addresses.
: :
: : Any help
: : Jim
:
:
:
 
J

Jerry

Mike,
Thanks for the info, that clears up a lot for me.

Jerry

----- Mike Mueller wrote: -----

You would change the Form Properties from email to custom
asp page, and then put in the page name where you have your
CDO coding
Mike



message
: Mike
: Do you need to re-write the form or can you use
: the code generated by the form wizard in FP?
: I will be using CDO.
: Thanks
:
: ----- Mike Mueller wrote: -----
:
: 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
:
: "Jim Wilson" <[email protected]>
wrote in
: message
: : How can I setup a form to e-mail the form
information to
: : more than one e-mail address?? I need to send the
email
: : information to three addresses.
: :
: : Any help
: : Jim
:
:
:
 
J

Jim Buyens

-----Original Message-----
How can I setup a form to e-mail the form information to
more than one e-mail address?? I need to send the email
information to three addresses.

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

Top