Are you trying to generate an email that is delivered in HTML format, 
or are you trying to deliver an email that is delivered in plain Text?

If HTML, then you need to add the type="HTML" parameter to your 
<cfmail> tag.

Otherwise, you will need to 'strip' all of the HTML out of the email 
text.  

If you want to do the plain text version, I would suggest you create a 
new column in your database that holds the email content in 'plain 
text' and call it for the #content#.

Hope this helps,
William

-----Original Message----
-From: [EMAIL PROTECTED]
-Date: Sep 13, 2007 17:25 
-To: "CF-Talk"<[email protected]>
-Subj: Re: Very basic question about &amp;lt;cfmail
-
-Thanks. 
-I have tried using your function.
-replacing <br> with CRLF (which is chr(13) & chr(10);)
-
-but still the plain text email I got... all text are continue without 
break. 
-Hmm... I must have missed something here... 
-
-


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288440
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to