I have a PHP script that creates and sends an email with the input from an html form. One of the html form fields is an open text box. Whenever a user uses the 'enter' key to create a new line in the text box, a \r\n is displayed in the body of the email. So instead of nicely formated text with line breaks, I get one long string with lines separated by \r\n. What can I do to have my multi-line entries formatted nicely?