Forum Moderators: phranque
For example, a perl mailer would send mail something like this:
open (MAIL,"¦ /path_to_mail_program -t");
print MAIL qq/To: admin@yoursite.com
From: whoever filled out form
Subject: subject
Mail body
/;
close(MAIL);
You could loop through this several times, changing the "to: value, or add a cc or bcc (preferred) to the header info:
open (MAIL,"¦ /path_to_mail_program -t");
print MAIL qq/To: admin@yoursite.com
cc: address1 visible to recipient, address2
bcc: address 1 invisible to recipient,address2 also invisible
From: whoever filled out form
Subject: subject
Mail body
/;
close(MAIL);
(Edit: forum software changes the single pipes to a broken pipe, so ¦ represents the unbroken pipe character on your keyboard, shift - \)
I put webmasterword1@yahoo.com and webmasterword2@yahoo.com do you think it will submit the form to these two email.I try put did not work. Help me please
<p align="left">
<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
xmlns="http://www.w3.org/TR/REC-html40"><FORM METHOD="POST" ACTION="_vti_bin/shtml.exe/orderonline.htm" webbot-action="--WEBBOT-SELF--">
<!--WEBBOT BOT=SaveResults
U-File="_private/formrslt.htm"
S-Format="HTML/DL" S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE" S-Email-Format="TEXT/PRE" S-Email-Address="webmasterword1@yahoo.com,webmasterword2@yahoo.com" B-Email-Label-Fields="TRUE" B-Email-Subject-From-Field="TRUE" S-Email-Subject="Appraisal Order" S-Builtin-Fields U-Confirmation-Url="Confirmationpage.htm" startspan
--><input TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults" i-checksum="43374" endspan --><P>
That looks like Front Page code or a Microsoft Word-generated page, which is the same thing. Front page operates differently than other programs, it is an enigma unto itself.
You may have a little better luck with this over in the WYSIWYG [webmasterworld.com] forum, as there are a few Front Page users over there that may be of help.
Sorry I can't be of more help, front page is a Black Box to me, I avoid it at all costs.