Project

General

Profile

Bug #22201 » bug_13678_v2.diff

Administrator Admin, 2010-03-26 14:55

View differences:

t3lib/class.t3lib_htmlmail.php (Arbeitskopie)
$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);
(2-2/3)