Re: [PHP] Problem with newline and email

2001-04-06 Thread Plutarck
Doesn't either just "\r" or just "\n" work? Then again I've never tried using them, but I can't imagine that newline and carriage return doesn't force a new line. You could always send an HTML mail and use instead? -- Plutarck Should be working on something... ...but forgot what it was. "Pi

[PHP] Problem with newline and email

2001-04-06 Thread Pierre-Yves Lemaire
Hello, ok I am getting completely crazy here, I use this to make shure outlook will display newlines correctly. But now I found out that exchange is jumping 2 lines at every newline with this... $msg = str_replace ( "\n", "\r\n", $msg ); My question, what sould I use in order to send a long mess