Try This...
<cfset crlf = chr(13)&chr(10)> <!--- Send the messages ---> <CFMAIL To="[EMAIL PROTECTED]" From="[EMAIL PROTECTED]" Subject="test 8-1"> <cfmailparam name="Content-type" value='multipart/alternative;boundary="----MIME-BOUNDARY----"'> <cfmailparam name="MIME-Version" value="1.0"> ------MIME-BOUNDARY----#crlf#Content-Type: text/plain; charset=us-ascii#crlf#Content-Transfer-Encoding: 7bit#crlf##crlf# <!--- begin plain text version ---> Test ------MIME-BOUNDARY----#crlf#Content-Type: text/html; charset=us-ascii#crlf#Content-Transfer-Encoding: 7bit#crlf##crlf# <!--- begin html version ---> <h1>Test</h1> <p> <font color=red> Test </font> </p> </cfmail> Regards, Mark Stephenson New Media Director Evolution Internet T: 0870 757 1631 F: 0870 757 1632 W: www.evolutioninternet.co.uk E: [EMAIL PROTECTED] This email, together with any attachments, is for the exclusive and confidential use of the addressee(s). Any other distribution, use or reproduction without the sender's prior consent is unauthorised and strictly prohibited. If you have received this message in error, please notify the sender by email immediately and delete the message from your computer without making any copies. -----Original Message----- From: Bryant P. Fields [mailto:[EMAIL PROTECTED]] Sent: 22 July 2002 16:42 To: CF_OpenSource Subject: CFMAIL: html vs. text mime type failover Does anyone know how to send a CFMAIL message that distinguishes between HTML and Text only email clients? Thanks. __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists ______________________________________________________________________ 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 Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
