I wouldn't call it a bug. I believe that the reason it happens is because
as of CF 4.5 Allaire included a "white-space stripper" in the CF App Server.
Basically it removes all the extraneous space generated when the CF server
takes out the cold fusion. Because email get's sent as plain text (most of
the time) you just get all your emails on one line.....
You can turn it off on a server wide level by going to CF amin and Settings
(in CF 4.5+ only!) jst uncheck the box wehere it says:
"Suppress whitespace by default"
or use the <cfprocessingdirective> on an inidividual page....
> -----Original Message-----
> From: Benjamin S. Rogers [mailto:[EMAIL PROTECTED]]
> Sent: 5 January 2001 2:56 PM
> To: CF-Talk
> Subject: RE: line breaks in cfmail
>
>
> 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/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists