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 Outlook Express,
and this one shows the line breaks. Also in Eudora and in Bat,
the line breaks are ok.

Important detail, the footer of the newsletter is hardcoded in
the PHP script with physical line breaks like

         "\n" .
         "\n" .
         "Copyright?\n" .
         "----------\n" .

These work!

So can anyone tell me what is the difference between wordwrap and
these hard-coded lines? Is wordwrap not safe for use in newsletter
sending scripts? Why is $newtext = wordwrap( $text,76,"\r\n" );
not sufficient?

Thanks a lot



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to