Project

General

Profile

Bug #20046 » bug_10480.diff

Administrator Admin, 2010-03-03 18:20

View differences:

t3lib/class.t3lib_htmlmail.php (working copy)
$mailWasSent = mail($this->from_email,
$theParts[0],
$theParts[1],
'From: ' . $recipient,
'From: ' . $recipient . $this->linebreak . $this->plain_text_header,
$returnPath);
} else {
$mailWasSent = mail($this->from_email,
$theParts[0],
$theParts[1],
'From: ' . $recipient);
'From: ' . $recipient . $this->linebreak . $this->plain_text_header);
}
}
if ($this->returnPath) {
(2-2/2)