Actually it displays the same in Thunderbird. Not tried Outlook 2003 or Eudora.
-----Original Message----- From: Marlon Moyer [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 19, 2005 3:29 PM To: CF-Community Subject: Re: CFMAIL and Variables Are you viewing the first email through Outlook 2003. If so, O2003 likes to remove what it calls "extra line feeds". I'm not sure how it figures them out, but it does it incorrectly. I've always just turned that feature off and had it display "extra" line feeds. On 7/19/05, Adkins, Randy <[EMAIL PROTECTED]> wrote: > I know I asked this before and someone replied with using CHR(10) and > CHR(13), however when I take the email and add say just the CHR(10) to > the end of the line, it at times gives me more space than desired. > > > Original Email (after variables are evaluated): > > <CFMAIL > TO="[EMAIL PROTECTED]" > FROM="#qMemberInfo.emailaddress#" > SUBJECT="#REQUEST.TEXT_SUPPORT_REQUEST#" > SERVER="#REQUEST.MAILSERVER#"> > > #REQUEST.TEXT_CONTACT_INFORMATION#: > =================================== > #REQUEST.TEXT_NAME#: #qMemberInfo.firstname# #qMemberInfo.lastname# > #REQUEST.TEXT_COMPANY_NAME#: #qMemberInfo.companyname# > #REQUEST.TEXT_PHONE#: #qMemberInfo.phone# > > > #REQUEST.TEXT_MESSAGE#: > =================================== > #form.comments# > =================================== > > would actually look like this: > Contact Information: > =================================== > Name: System Administrator Company Name: My Company name Phone: > 999-999-9999 Message: > =================================== > testing email layout - Please ignore > =================================== > > > > > With the CHR(10) at the end of each line: > Contact Information: > > =================================== > Name: System Administrator > Company Name: My Company name > Phone: 999-999-9999 > > > Message: > > =================================== > Testing part 2 - Please ignore > > =================================== > > > > > Any idea why this is?? > > Thanks! > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase Studio MX from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=50 Message: http://www.houseoffusion.com/lists.cfm/link=i:5:165382 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
