Folks are complaining mail arrives and text will not wrap. $message comes directly from a textarea. Old mail readers, I guess?
How can I make their life better and make the text wrap?

mail("[EMAIL PROTECTED]", stripslashes($subject), stripslashes($message), "Return-Path: <[EMAIL PROTECTED]>\r\nFrom: \"[foo] foo\" <[EMAIL PROTECTED]>\r\nbcc: $bcc \r\nReply-To: [EMAIL PROTECTED] \r\n"."X-Mailer: PHP/" . phpversion());

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to