Bug #20046 » bug_10480.diff
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) {
|
- « Previous
- 1
- 2
- Next »