Fix the arguments to give to sendmail
authorFlorent Bruneau <florent.bruneau@m4x.org>
Sun, 3 Dec 2006 11:44:18 +0000 (11:44 +0000)
committerFlorent Bruneau <florent.bruneau@m4x.org>
Sun, 3 Dec 2006 11:44:18 +0000 (11:44 +0000)
include/diogenes/diogenes.hermes.inc.php

index 4af183e..4e09458 100644 (file)
@@ -35,7 +35,7 @@ class HermesMailer extends Mail_Mime {
 
     function HermesMailer() {
        $this->Mail_Mime("\n");
-       $this->_mail =& Mail::factory('sendmail', Array('-oi'));
+       $this->_mail =& Mail::factory('sendmail', Array('sendmail_args' => '-oi'));
     }
 
     // }}}