Project

General

Profile

Bug #22201 » bug13678-followup.diff

Administrator Admin, 2010-03-26 15:03

View differences:

t3lib/class.t3lib_htmlmail.php (working copy)
@ini_set('sendmail_from', t3lib_div::normalizeMailAddress($this->returnPath));
}
$recipient = t3lib_div::normalizeMailAddress($this->recipient);
$recipient_copy = t3lib_div::normalizeMailAddress($this->recipient_copy);
// If safe mode is on, the fifth parameter to mail is not allowed, so the fix wont work on unix with safe_mode=On
$returnPathPossible = (!ini_get('safe_mode') && $this->forceReturnPath);
(3-3/3)