I've had trouble in the past with line breaks not rendering properly - most notably when there was a variable at the end of the line. In those cases I've had to manually insert #chr(13)##chr(10)#.
On 4/4/06, Will Tomlinson <[EMAIL PROTECTED]> wrote: > I'm trying to send plain text emails filled with variables, and it just won't > format itself right. It puts extra spacing here, takes it out there. I'm > thinking of using html email with tables and such, but wanted it to work this > way. Sorry if the posted code isn't formatted correctly. > > Thanks, > Will > > <cfmail from="#VARIABLES.emailaddress#" > to="#ARGUMENTS.Paypaltransdetails.customerbillingemail#" > server="#VARIABLES.mailserver#" subject="Your Paypal Order Has Been > Processed by #VARIABLES.companyname#" > > > *Please print out this email for your records > > #ARGUMENTS.Paypaltransdetails.customerbillingfname#, > > Thanks for your order with #VARIABLES.companyname#! > > Your order ID is: #ARGUMENTS.Paypaltransdetails.orderID# > Order date: #DateFormat(ARGUMENTS.Paypaltransdetails.orderdate, "m/dd/yyyy")# > > Shipping Address > ================ > > #ARGUMENTS.Paypaltransdetails.customershippingfname# > #Paypaltransdetails.customershippinglname# > #ARGUMENTS.Paypaltransdetails.customershippingaddress# > #ARGUMENTS.Paypaltransdetails.customershippingcity#, > #ARGUMENTS.customershipstate# > #ARGUMENTS.Paypaltransdetails.customershippingzip# > #ARGUMENTS.Paypaltransdetails.customershippingcountry# > Email: #ARGUMENTS.Paypaltransdetails.customerbillingemail# > > You Ordered: > QTY Description > Price (ea) > === =========== > ========== > <cfloop query="Paypalcartdetails"> > #prodqty# #merchSKUID# #prodname#<cfif optionlist NEQ > "">(#optionlist#)</cfif> #prodsellprice# > </cfloop> > Thanks for your order! > </cfmail> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236869 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

