thomascube
2005-11-08 583f1c8d80c42195d0ee41f30a885e13d777b79f
program/steps/mail/sendmail.inc
@@ -138,7 +138,7 @@
// create PEAR::Mail_mime instance
$MAIL_MIME = new Mail_mime();
$MAIL_MIME = new Mail_mime("\n");
$MAIL_MIME->setTXTBody(stripslashes($_POST['_message']), FALSE, TRUE);
//$MAIL_MIME->setTXTBody(wordwrap(stripslashes($_POST['_message'])), FALSE, TRUE);