R
rattler0812
This is the code that I currently have in my web form. It allows
independence from a server-based SMTP to send the results. While it does
currenlty only go to one person, I need it to go to multiple recipeients. It
sends through the user's own email rather than a script or email server on
the hosting server.
<form action=mailto:[email protected] method="POST" enctype="text/plain">
This is what FrontPage 2003 is trying to get me to do for multiple e-mail
recipients.
<form action=_derived/nortbots.htm method="POST" enctype="text/plain"
webbot-action="--WEBBOT-SELF--"
onSubmit="location.href='_derived/nortbots.htm';return false;"
webbot-onSubmit>
<!--webbot bot="SaveResults" S-Email-Format="TEXT/PRE"
S-Email-Address="(e-mail address removed); (e-mail address removed)"
B-Email-Label-Fields="TRUE" B-Email-ReplyTo-From-Field="TRUE"
S-Email-ReplyTo="(e-mail address removed)" B-Email-Subject-From-Field="TRUE"
S-Email-Subject="Staples Order" S-Date-Format="%m/%d/%Y"
S-Time-Format="%H:%M" S-Builtin-Fields="Date Time" startspan --><input
TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults"
i-checksum="43374" endspan -->
What I would like is to keep the subject line information so that the
recipient knows why they are receiving it. Additionally, the other members
of my department to receive their own copy so that they don't accidentally
submit the same request (which has happened before). I know some of the
information in that FrontPage derived portion is due to selection that I have
made in the dialogue box. But, is there a way that I can code this without
all the excess code and still send to multiple recipients.
Jason "Rattler" Lopez
independence from a server-based SMTP to send the results. While it does
currenlty only go to one person, I need it to go to multiple recipeients. It
sends through the user's own email rather than a script or email server on
the hosting server.
<form action=mailto:[email protected] method="POST" enctype="text/plain">
This is what FrontPage 2003 is trying to get me to do for multiple e-mail
recipients.
<form action=_derived/nortbots.htm method="POST" enctype="text/plain"
webbot-action="--WEBBOT-SELF--"
onSubmit="location.href='_derived/nortbots.htm';return false;"
webbot-onSubmit>
<!--webbot bot="SaveResults" S-Email-Format="TEXT/PRE"
S-Email-Address="(e-mail address removed); (e-mail address removed)"
B-Email-Label-Fields="TRUE" B-Email-ReplyTo-From-Field="TRUE"
S-Email-ReplyTo="(e-mail address removed)" B-Email-Subject-From-Field="TRUE"
S-Email-Subject="Staples Order" S-Date-Format="%m/%d/%Y"
S-Time-Format="%H:%M" S-Builtin-Fields="Date Time" startspan --><input
TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults"
i-checksum="43374" endspan -->
What I would like is to keep the subject line information so that the
recipient knows why they are receiving it. Additionally, the other members
of my department to receive their own copy so that they don't accidentally
submit the same request (which has happened before). I know some of the
information in that FrontPage derived portion is due to selection that I have
made in the dialogue box. But, is there a way that I can code this without
all the excess code and still send to multiple recipients.
Jason "Rattler" Lopez