[thelist] Outlook not satisfied with wordwrap() (PHP)?

m u i n a r muinar at gmx.net
Wed Jun 26 10:01:01 CDT 2002


At 11:19 26.06.02, you wrote:

>i do the following on all text before sending it in an email, ensuring
>line breaks are \n and not \r\n or \r.
>
>   $text = ereg_replace("\r\n","\n",$text);
>   $text = ereg_replace("\r","\n",$text);

Hi Ben

In the meantime I solved some issues, but in the end I really needed
something to make Outlook accept these double line breaks that were in
the DB.

That did it!!

Thanks a lot.

Mike




More information about the thelist mailing list