<cfset objImage = ImageNew(
"http://farm3.static.flickr.com/2304/2335117561_513d9f8a76_b.jpg"
) />
<cfset ImageScaleToFit( objImage, 300, 300 ) />
<cfset ImageAddBorder( objImage, 2, "##333333" ) />
<cfsavecontent variable="strSignature">
Ben Nadel
Kinky Solutions
www.kinkysolutions.com / www.bennadel.com
</cfsavecontent>
<cfmail
to="xxx@yyyyyyy.com"
from="yyy@zzzzz.com"
subject="Is that your wife???"
type="html">
Dude, I was doing some research for a business project
and I came across the attached file. Call me crazy,
but is that your wife making out with another chick??<br />
<br />
You better lock that down!<br />
<br />
<img src="cid:kissing" /><br />
<br />
Cheers,<br />
Ben
<cfmailparam
file="wife_kissing_girl.jpg"
contentid="kissing"
content="#objImage#"
disposition="inline"
/>
<cfmailparam
file="signature.txt"
content="#Trim( strSignature )#"
/>
</cfmail>