Hi, Can your new server resolve rtt.colorado.edu ?
Ian -----Original Message----- From: Joyce E. Evans [mailto:[EMAIL PROTECTED]] Sent: 02 May 2002 05:18 To: CF-Talk Subject: cfhttp not post cfhttpparams to remote server Hello, I am having an issue that I think may be a server configuration problem rather than a cf problem. I had hosted my site on a web hosting server and the below code used to work. I moved to hosting my own site from home, and now the formfield parameters are not being passed tot he remote mail server, thought the cfhttp work as would be expected. The configuration of the two machines (old ISP vs my machine) are almost identical so I am not sure where I have gone wrong. Any suggestions on what configuration I have not working correcting?? My server is Windoze 2000 Professional, running IIS 5, and has CF 4.5.0. Not mail server configured on my machine yet (and suggestion on cheap easy mail server for windoze -- just for personal use -- I only want to get my [EMAIL PROTECTED] address back :( <cfhttp url="http://rtt.colorado.edu/~evansje/bin/501.pl" method="POST" resolveurl="false"> <cfhttpparam type="FORMFIELD" name="sendto" value="[EMAIL PROTECTED]"> <cfhttpparam type="FORMFIELD" name="subject" value="501st Legion: New member application"> <cfhttpparam type="FORMFIELD" name="userEmail" value="#form.email#"> <cfhttpparam type="FORMFIELD" name="userID" value="#max_id#"> <cfhttpparam type="FORMFIELD" name="type" value="add"> <cfhttpparam type="FORMFIELD" name="mailing_list" value="#mailing_list#"> <cfhttpparam type="FORMFIELD" name="costume_url" value="#costume_url#"> <cfhttpparam type="FORMFIELD" name="costume_url_mods" value="#url_mods#"> <cfhttpparam type="FORMFIELD" name="description" value="#desc#"> <cfhttpparam type="FORMFIELD" name="comments" value="#comments#"> </cfhttp> Joyce ~ the Perl Princess www.perlgurl.net ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

