Page 1 of 1

Php Mail won't do linefeeds

Posted: Thu Nov 03, 2005 11:32 am
by liderbug
I'm using the stock example for sending email from a Php script. Works just fine except for 1 minor problem.
It won't put linefeed/CR's in the outgoing mail. I've tried putting blackslash N, just vanishes. I've tried putting
hard returns in the php code, nope. "Now \n is\n the\n time\n ..." gives "Now is the time " How do I format the
email output?

Tks

Posted: Thu Nov 03, 2005 11:37 am
by feyd
your email server or client might want to see them as \r\n