I am trying this:
<cfhttp method="get" url="http://localhost/test.cfm"; throwonerror="yes">

test.cfm:

<cfmail
        server="#request.cfmail_struct.server#"
        username="#request.cfmail_struct.from#"
        password="#request.cfmail_struct.password#"
        from="(email)"
        to="(email)"
        subject="cfdump"
        type="html">
        <cfdump var="#url#">
    </cfmail>

I am getting:
Connection Failure: Status code unavailable

Hosts file on the server has:

192.168.1.2       localhost

Which is the servers ip.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334597
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to