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! > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:5:165366 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
