I cannot seem to figure this out:
I have textarea sent as message in email via MAIL function
If the user has used the enter key to move down a line the message when recieved is not on mulitple lines. Nor if I add to the message like so
$message="Webresponse Email follows:/r/n".$message;
Again the /r/n doesn't get expanded into a new line.
What could I be doing wrong here? Seems simple enough but I've not had much luck. I've tried just /r and the mail function barfed on that. This is on an Win2000 server with apache.