I'm assuming this is happening ins CF 4.5?

If so, to fix it use the following code:

<cfprocessingdirective suppresswhitespace="no">
<cfmail>
Email Address: #form.email#
Business Name: #form.businessname#
</cfmail>
</cfprocessingdirective>

HtH

        -= Ed

> -----Original Message-----
> From: Rick Lamb [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 04, 2001 3:23 PM
> To: CF-Talk
> Subject: line breaks in cfmail
> 
> 
> Hey all,
> 
> I have this ongoing problem with line breaks not being respecting when
> formatting my email bodies using the cfmail tag. For example 
> something like
> this:
> 
> 
> <cfmail>
> Email Address: #form.email#
> Business Name: #form.businessname#
> </cfmail>
> 
> Is showing up like this when sent:
> 
> Email Address: #form.email# Business Name: #form.businessname#
> 
> 
> Any suggestions? Thx!
> 
> Rick
> 
> 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to