are you following the standard format for generating emails? if so you can define and html and use html code for a break. however if you looking for manual way to input in to a text area then use the unix convention of \n (linefeed) then \r is a carriage return and will give you a double linefeed.
Jacek Wagner sent the following on 12/17/2008 11:06 AM: > All, > > I am sending email confirmation without attachment. I would like to > format bodytext using textarea.default-value. > Is it any way add line feed character into bodyText text? > > example instead of having > Mr Brown, thank you for your order ... > have > Mr Brown, > thank you for your order > ... > > Jacek > >
