I had this in a text file copied from a mailing list, so I'm sure some funky returns or wrapping occurred in transit :-)
--- Billy Cravens -----Original Message----- From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 3:25 PM To: CF-Talk Subject: Re: ColdFusion based mass email module [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 ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.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

