If I add CHR(13)CHR(10) to the end of each line then I still will receive the later of The two formats. The one with the additional spacing.
I do not want to put all the variables all on one line.. Just odd that in PLAIN TEXT that it will properly format some lines as they are and others will ignore the line feeds (without coding). -----Original Message----- From: Howie Hamlin [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 19, 2005 3:10 PM To: CF-Community Subject: Re: CFMAIL and Variables You can't terminate the end of a line in an email with a chr(10) ... that's illegal according to the RFC. The only proper line termination sequence is chr(13)chr(10). Regards, Howie --- On Tuesday, July 19, 2005 2:59 PM, Adkins, Randy scribed: --- > > 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! > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:5:165369 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=11502.10531.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
