I have a question about cfmail, and it is driving me nuts.

Basically, I have a question answer board, and every time a user posts a
question, it sends email to a bunch of people.
The only problem, is that if the user happen to press the enter key to start
a new line, the email form cfmail will immediately cut off the message at
that point.

I use this:

<cfset local.message = "#Replace(form.question, chr(10), '<br>','ALL')#">

to convert carriage returns to line breaks, but that doesn't help.  Removing
it doesn't seem to help either.
I am sending the mail as html (I have no choice, its what they want)

Anybody have a fix for this?  Thanks in advance,


Chris Martin


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

Reply via email to