Something like:

<CFSCRIPT>
        sFile = ExpandPath("sadie.jpg");
        sImageTo = ExpandPath("gilly.jpg");
        sImage1 = LCase(CreateUUID());
        sImage2 = LCase(CreateUUID());
</CFSCRIPT>
<CFMAIL FROM="[EMAIL PROTECTED]" TO="[EMAIL PROTECTED]"
SUBJECT="Test Embedding Image">
        <CFMAILPARAM FILE="#sFile#" TYPE="image/jpeg;" CONTENTID="#sImage1#">
        <CFMAILPARAM FILE="#sImageTo#" TYPE="image/jpeg;" CONTENTID="#sImage2#">
        <CFMAILPART TYPE="text/plain" CHARSET="utf-8">plaing text 
part</CFMAILPART>
        <CFMAILPART TYPE="text/html" CHARSET="utf-8">
                <html>
                        <body background="cid:#sImage2#";>
                                We Can Do it<br /><img src="cid:#sImage1#";><br 
/><br />sdfoij<br
/><br />oijdoij
                        </body>
                </html>
        </CFMAILPART>
</CFMAIL>




On Fri, 18 Mar 2005 09:32:47 -0400, cf coder
<[EMAIL PROTECTED]> wrote:
> thanks Jedi for your reply. How do I go about embeding it. And the cid where 
> can I generate this? I'm sorry I don't have any past experience in it
> 
> Regards
> cfcoder
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199330
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