Are you developing on a Mac by any chance?

Benjamin S. Rogers
Web Developer, c4.net
voice: (508) 240-0051
fax: (508) 240-0057

-----Original Message-----
From: Mark W. Breneman [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 04, 2001 1:43 PM
To: CF-Talk
Subject: RE: line breaks in cfmail


I have the same problem.  Spent some time trying to fix this (what I will
call a bug until someone tells me other wise) bug.

Found no reason why it would only have problems sometimes.  Seems like it
only does it when you have a var and the line break then text.

I found a work around by adding a #chr(13)# for the line break.

What version of CF are you running.  My guess this that this problem has
been solved with the latest update to 4.5.

Mark W. Breneman
-Cold Fusion Developer
-Network Administrator
  Vivid Media
  [EMAIL PROTECTED]
  www.vividmedia.com
  608.270.9770



-----Original Message-----
From: Kevin Schmidt [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 04, 2001 12:25 PM
To: CF-Talk
Subject: Re: line breaks in cfmail


Are you using HTML format? If you are you need to put in the breaks
physically.  If you are not then it should break automatically on the new
lines.
----- Original Message -----
From: "Rick Lamb" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, January 04, 2001 9:22 AM
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