]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/class-phpmailer.php
Wordpress 3.7
[autoinstalls/wordpress.git] / wp-includes / class-phpmailer.php
index 38ac37626a8d61057dacc1cfba1cc00519062b82..238474edff69b07e51a04ac1d94a05e2ac5c24d8 100644 (file)
@@ -923,9 +923,9 @@ class PHPMailer {
     $to = implode(', ', $toArr);
 
     if (empty($this->Sender)) {
-      $params = "-oi ";
+      $params = " ";
     } else {
-      $params = sprintf("-oi -f%s", $this->Sender);
+      $params = sprintf("-f%s", $this->Sender);
     }
     if ($this->Sender != '' and !ini_get('safe_mode')) {
       $old_from = ini_get('sendmail_from');