Homeowner Loans - Image Hosting - Flights - RFC search - Problem Mortgage

PDA

View Full Version : Email Form Help


LemonAden
Nov 30th 2006, 6:35 am
Below is a piece of code from a javascript. Its not the entire script but i dont know how to make it point to multiple email addresses.. When they submit the form, it sends the email to us but i need it to go to multiple addresses.. any advice on how to do this? I tried using a comma and adding a second email address in the field but it did not work. see below for the piece of code:


<input type="hidden" name="tlx_SendMode" value="1">
<input type="hidden" name="tlx_Subject" value="A request form was submitted">
<input type="hidden" name="tlx_EmailTo" value="test@test.com">
<table cellpadding="0" cellspacing="1" border="0" align="center">

pushkar
Dec 2nd 2006, 3:51 am
Visit this Link:
http://www.essex1.com/people/timothy/js-mail1.txt

IF u r try to send Mail in ASP then u should use CcTo property.