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 ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.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

