Ignore:
Timestamp:
Nov 8, 2005 3:18:56 PM (8 years ago)
Author:
roundcube
Message:

Added reply-to-all function (submitted by Julien Brette)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/mail/sendmail.inc

    r76 r81  
    139139 
    140140// create PEAR::Mail_mime instance 
    141 $MAIL_MIME = new Mail_mime(); 
     141$MAIL_MIME = new Mail_mime("\n"); 
    142142$MAIL_MIME->setTXTBody(stripslashes($_POST['_message']), FALSE, TRUE); 
    143143//$MAIL_MIME->setTXTBody(wordwrap(stripslashes($_POST['_message'])), FALSE, TRUE); 
Note: See TracChangeset for help on using the changeset viewer.