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:165361
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

Reply via email to