Using the following code on my machine (CF 7.1 developer) the mail
server returns an error.

On our shared test box (same version/patch of CF only licensed) the
server accepts the mail then sends me back a bounce message. The
spoolenable bit works (have tested with =yes and it spools fine), but
why is it a different behaviour on an enterprise box than on a
developer version?

i.e. why is the mail server accepting the email from our enterprise
licencsed box whereas if I send from my dev box it gets rejected?

<cfmail to="[EMAIL PROTECTED]"
        from="[EMAIL PROTECTED]"
        subject="test bouncer"
        mailerid="34534534"
        charset="utf-8"         
        spoolenable="no"
        >
                <cfmailpart type="text/html" charset="utf-8">ghjghj</cfmailpart>
                <cfmailpart type="text/plain" 
charset="utf-8">ghjghjg</cfmailpart>
        </cfmail>

Thanks all.             

-- 
Duncan I Loxton
[EMAIL PROTECTED]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241773
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to