At 09:22 AM 1/4/01 -0600, you wrote:
>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!

Are you sending the message as HTML? If so, this is the expected behavior 
(that's what HTML does with regular line breaks). You could send as plain 
text or put an HTML line break tag between those lines (<br>).


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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