[EMAIL PROTECTED] wrote: > You can send mixed-mode messages: > > <!--- Create a unique ID for the message boundary. ---> > <cfset boundary = CreateUUID()> > <!--- Standard CFMAIL.. Note that the TYPE attribute is not set. ---> > <cfmail to="[EMAIL PROTECTED]" from="[EMAIL PROTECTED]" > subject="test"> <cfmailparam name="Content-Type" > value="multipart/alternative; boundary=""#boundary#"""> --#boundary# > Content-Type: text/plain; > charset="iso-8859-1"
RFC says Content-Type and charset should be on the same line (or the line with charset should start with one or more spaces). Jochem ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. 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

