Project

General

Profile

Bug #22201 » htmlmail_cc.diff

Administrator Admin, 2010-02-26 11:17

View differences:

typo3_src-4.3.2/t3lib/class.t3lib_htmlmail.php 2010-02-26 11:10:08.000000000 +0100
$this->headers);
}
// Sending a copy
if ($recipient_copy) {
if ($returnPathPossible) {
$mailWasSent = mail($recipient_copy,
$this->subject,
$this->message,
$this->headers,
$returnPath);
} else {
$mailWasSent = mail($recipient_copy,
$this->subject,
$this->message,
$this->headers);
}
}
// Auto response
if ($this->auto_respond_msg) {
$theParts = explode('/',$this->auto_respond_msg,2);
(1-1/3)