[PHP] wordwrap doesn't work for customer's Outlook

2002-06-25 Thread m u i n a r
Is there really no solution to this issue? Is everyone using wordwrap to wrap their newsletter texts, or is there a way that works as well with Ms Outlook? Thanks a lot Recap: - Ms Outlook gets everything on 1 line when I use wordwrap( $text,76,\r\n ). - Ms Outlook shows nice line breaks when

[PHP] wordwrap doesn't work for customer's Outlook

2002-06-24 Thread m u i n a r
Hello What would *you* do if you wordwrap a text and send it via the mail() command, and your costumer gets the whole text on 1 single line? I'm using $newtext = wordwrap( $text,76,\r\n ); He has Outlook. When I'm testing it in my Eudora, in Bat and in Outlook Express, it's wrapped nicely.

[PHP] wordwrap doesn't work for customer's Outlook

2002-06-24 Thread m u i n a r
This is really frustrating: We found two versions of Outlook on different machines, that have been installed with the default settings, that 'eat' the line breaks which were made with PHP's wordwrap() function. There are no line breaks at all! On one of the machines there's also a version of