Oh hey... I nearly missed this thread... My machine has been dead for days
and I've been trying to rebuild it...

This has worked for me:

<cfset boundary = CreateUUID()>
<cfmail ...>
<cfmailparam name="MIME-Version" value="1.0">
<cfmailparam name="Content-Type" value="multipart/alternative;
boundary=""#boundary#""">
--#boundary#
Content-Type: text/plain;

.. text message goes here...

--#boundary#
Content-Type: text/html;

.. html message goes here...

--#boundary#
</cfmail>

hth

Isaac Dealey

new epoch
www.turnkey.to
954-776-0046

______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to