Can also be because of php tag on end of line, it removes the \n character :
Example : This line <?php echo 'will '; ?> continue on this one. PHP remove \n when the line finished with a PHP tag To prevent this, append a space at the end of line, or use <?php echo 'will '."\n"; ?> Hoping the problem is this On Aug 13, 9:41 am, Sumedh <[email protected]> wrote: > Hi Friends, > > We send text emails using symfony 1.0... > > A peculiar problem is with newlines...sometimes, even if a line is > written on a new line in the editor (Eclipse), it is not taken as new > line in Outlook...and the line just continues in the same line... > > When I make it 2 new lines in the template, it promptly gets converted > to 2 new lines in Outlook... :) > > Also, this problem is not with all the lines in the email...it happens > only sometimes... > > Any ideas? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
