I am sending out a receipt to clients on purchase using this CF script.
<cfmail to="#gtOrd.contact_email#" from="no-reply@myCompany.net"
subject="mtCompany Order #gtOrd.order_lead#-#gtOrd.order_number#" type="HTML">
<cfset order_id = #order_id#>
<cfset mgd = #mgd#>
<cfinclude template="order_receipt.cfm">
<cfmailparam
file="#ExpandPath('/art/myCompany.jpg')#"
contentid="showNets"
disposition="inline" />
</cfmail>
The email recipient gets this warning: "Potentially dangerous scripts were removed from this message. Allow scripts"
The artwork does not show in the email body. Even if I "Allow Scripts"
The artwork is included as an attachment.