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!
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:165373
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

Reply via email to