Vergleich inc/mailhandlers/php.php - 1.8.15 - 1.8.37

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 36Zeile 36
		global $lang, $mybb;

// For some reason sendmail/qmail doesn't like \r\n

		global $lang, $mybb;

// For some reason sendmail/qmail doesn't like \r\n

 
		/*

		$this->sendmail = @ini_get('sendmail_path');
if($this->sendmail)
{

		$this->sendmail = @ini_get('sendmail_path');
if($this->sendmail)
{

Zeile 43Zeile 44
			$this->message = str_replace("\r\n", "\n", $this->message);
$this->delimiter = "\n";
}

			$this->message = str_replace("\r\n", "\n", $this->message);
$this->delimiter = "\n";
}

 
		*/


// Some mail providers ignore email's with incorrect return-to path's so try and fix that here
$this->sendmail_from = @ini_get('sendmail_from');


// Some mail providers ignore email's with incorrect return-to path's so try and fix that here
$this->sendmail_from = @ini_get('sendmail_from');