This works for me:

<CFMAIL TO="#TheEmail#"
        FROM="Your Name <[EMAIL PROTECTED]>"
        SUBJECT="Hello">
<CFMAILPARAM NAME="MIME-Version" VALUE="1.0">
<CFMAILPARAM NAME="Content-Type" VALUE="multipart/alternative;
                   boundary=""YourAlternativeMessage""">
<CFMAILPARAM NAME="Content-Transfer-Encoding" VALUE="7bit">

This is a multi-part message in MIME format.

--YourAlternativeMessage
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

This is the text portion......

--YourAlternativeMessage
Content-Type: text/html
Content-Transfer-Encoding: 7bit

<html>
<body>
This is the html version......
</body>
</html>

--YourAlternativeMessage--

</CFMAIL>

Hope this helps. Don't send multi-part messages to AOL customers. The AOL
email client does not support them like you would think.

John Wright
http://www.wrightdata.com


----- Original Message -----
From: "Matthew Taylor" <[EMAIL PROTECTED]>
  Hi all,
Does anyone know of a way to send a multipart email using the CFMAIL tag.
It seems that CFMAIL only supports type="HTML" or type="TEXT"???

  TIA.

  Matt Taylor



------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to