I'm assuming you don't really want out strip the html but simply have it evaluate on the emails. <cfmail> has an attribute called "type", so you should only need to do <cfmail.. Type="HTML">..
John Mason [EMAIL PROTECTED] 770.337.8363 www.FusionLink.com - ColdFusion and Flex hosting Now offering ColdFusion 8 Enterprise hosting FREE Subversion hosting -----Original Message----- From: NUGROHO NOTO [mailto:[EMAIL PROTECTED] Sent: Thursday, September 13, 2007 5:01 AM To: CF-Talk Subject: Very basic question about <cfmail I am sorry if this is the wrong place to post very basic question like this. my script is like this.... <CFMAIL QUERY="mailinglist" TO="#email#" FROM="#webmaster#" SUBJECT="#subject#"> <CFMAILPARAM NAME="MIME-Version" VALUE="1.0"> <CFMAILPARAM NAME="Content-Type" VALUE="text/plain; charset=""utf-8"""> #content# </CFMAIL> The content of the email is written in database (in html format) because it is used for other purpose, viewed online by customers who want to read it online on our website) but when I send email .. and the content is outputing the query of those content. the emails I got... is like this. <p></p>This is a sample email<br><br><br>content of the message<br><br>you receive this email<br> So... <cfmail send the content of the query (including all the HTML code) How can I send email using <cfmail... but stripping all the html code but still retain the basic formating (carriage return etc) Thanks for reading this basic question... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288350 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

