try hardcoding the fax number in your fax2.cfm file and see if the fax goes out.
Mike ----- Original Message ----- From: "Julia Green" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, July 21, 2003 1:06 PM Subject: Fwd: CF_FAX > Date: Mon, 21 Jul 2003 10:03:55 -0700 (PDT) > From: Julia Green > Subject: CF-_FAX > To: CF-Talk > > Please respond to [EMAIL PROTECTED] if possible... > > My ISP says they support CF_FAX and I am trying to get a rudimentary script to work, no error msgs come up, but I do not get the fax at 1-617-812-8148 (it comes to me in > email)... > > What am I doing wrong? I have a fax.cfm page and a fax2.cfm page > > fax.cfm > ***************************** > > <CFFORM NAME="fax" METHOD="POST" ACTION="fax2.cfm"> > <div align="center"> > <center> > <table border="0" cellpadding="0" cellspacing="0" width="90%"> > <tr> > <td width="50%"><b>Enter your fax number:</b></td> > <td width="50%"><cfinput type="text" name="fax"></td> > </tr> > <tr> > <td width="28%"></td> > <td width="72%"></td> > </tr> > </b> > > </table> > </center> > </div> > <p align="center"> > <input type="Submit" value="Submit"><input type="reset" value="Reset"> > </cfform> > > fax2.cfm > ******************************* > <CF_FAX TO= #Form.fax# > FROM= "Julia Green" > SUBJECT="Hi...from fax"> > > The results of your form are as follows... > Thank you for choosing JuliaGreen.com. This is just a ColdFusion test package, but we will be in touch with you soon! > > </CF_FAX> > > > > > Julia Computer Consulting > Web Design @ Reasonable Prices > Email: [EMAIL PROTECTED] > www.juliagreen.com > Phone: 617-926-3413 > Cell: 617-596-6003 > Fax: 1-617-812-8148 > > > Julia Computer Consulting > Web Design @ Reasonable Prices > Email: [EMAIL PROTECTED] > www.juliagreen.com > Phone: 617-926-3413 > Cell: 617-596-6003 > Fax: 1-617-812-8148 > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

