Bug #23423 ยป 15526_trunk.diff
t3lib/utility/class.t3lib_utility_mail.php | ||
---|---|---|
}
|
||
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;
|
||
}
|