Carriage returns in text email

2011-02-28 Thread Rob Voyle
Hi folks I am creating a text mail using cfmail I have a text variable programSchedule which is stored in mySQL as text: Monday:9:00 am-5:30 pm Leadership Program begins. Tuesday: 9:00 am-5:30 pm. 7:00 pm-9:00 pm: Optional - An Introduction to Yes! Wednesday:

Re: Carriage returns in text email

2011-02-28 Thread Andrew Grosset
try %0D%0A Andrew Hi folks I am creating a text mail using cfmail I have a text variable programSchedule which is stored in mySQL as text: Monday:9:00 am-5:30 pm Leadership Program begins. Tuesday: 9:00 am-5:30 pm. 7:00 pm-9:00 pm: Optional - An

Re: Carriage returns in text email

2011-02-28 Thread Wil Genovese
Remember that the content saved between the opening and closing cfmail tags is translated literally. So any carriage returns in the code itself will carry into the generated email. The same is true if you are using cfsavecontent to generate the text portion of the email. See this post of mine

Re: Carriage returns in text email

2011-02-28 Thread Rob Voyle
Found the problem, but not the solution. It is not in the CF but the specific email client Pegasus which is doing some weird things with formatting that has to do with how it wraps text Rob On 28 Feb 2011 at 13:52, Wil Genovese wrote: Remember that the content saved between the opening