+2010-08-23 Ernesto Baschny <ernst@cron-it.de>
+
+ * Fixed bug #15526: No recipient is logged to syslog if sending of mail failed in t3lib_utility_Mail (Thanks to Helmut Hummel)
+
2010-08-22 Francois Suter <francois@typo3.org>
* Fixed bug #15102: Scheduler: BE module does not use new skin properly (TYPO3 4.5)
}
if (!$success) {
- t3lib_div::sysLog('Mail to "' . $email . '" could not be sent (Subject: "' . $subject . '").', 'Core', 3);
+ t3lib_div::sysLog('Mail to "' . $to . '" could not be sent (Subject: "' . $subject . '").', 'Core', 3);
}
return $success;
}