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 they are hard-coded in the script.

At 23:33 24.06.02, you wrote:

>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