http://stackoverflow.com/questions/15624777/cfmail-and-cftextarea-not-retaining-line-breaks
Replace line breaks
<cfset txtGeneralComments = reReplace(txtGeneralComments, '\n', '<br>', 'ALL')>