First off, upgrade to the 6.1 Updater, you _want_ that if you are doing
anything with CFMAIL.  You want it anyway, but it adds extra
functionality to CFMAIL.

For your email attachments you need to do it like this:

- in the HTML code replace the image src path/filename with a unique ID
associated with that image starting with "cid:", e.g. <img
src="" />.

- attach the image as follows:

<cfmailparam file="#imagename#" type="#getMimeType(imagename)#"
disposition="inline" contentid="#imagecid#" />

where:

- imagename - the filename of the actual image.
- imagecid - the unique contentid you used earlier.

Again you need 6.1 Updater for this to work, but I've been using it
successfully for several weeks with great results!
--
*Damien McKenna* - Web Developer - [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
"Nothing endures but change." - Heraclitus
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to