Form send multiple emails

  • Thread starter Thread starter James Ivey
  • Start date Start date
J

James Ivey

Is there a way to get a FP form to send more than one email? I want it to
send an email to me and also send one to the person that filled out the
form.

Is there an easy way to do this?

James
 
The FPSE handler cannot process that, you will need a custom
script

: Is there a way to get a FP form to send more than one
email? I want it to
: send an email to me and also send one to the person that
filled out the
: form.
:
: Is there an easy way to do this?
:
: James
:
:
 
FP can not send emails to the user w/o use of server side code
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Is there a way to get a FP form to send more than one email? I want it to
| send an email to me and also send one to the person that filled out the
| form.
|
| Is there an easy way to do this?
|
| James
|
|
 
Note if you do that, the spammers will find it eventually and start sending
spam from your server using that method.

You really sorta can't do an automatic confirmation without some sort of
risk of that kind of thing happening. So if your volume is not to hight,
you might stick with manually responding to users. (That will also help
catch email address syntax mistakes.)

James Ivey said:
Thanks Stefan. I was afraid that might be the case.

Appreciate your reply.

James


Stefan B Rusynko said:
FP can not send emails to the user w/o use of server side code
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Is there a way to get a FP form to send more than one email? I want it
to
| send an email to me and also send one to the person that filled out the
| form.
|
| Is there an easy way to do this?
|
| James
|
|
 
Back
Top