Project

General

Profile

Bug #22667 ยป typo3-trunk-login-notify-utf8.diff

Administrator Admin, 2010-05-17 13:43

View differences:

t3lib/class.t3lib_beuserauth.php (working copy)
}
if ($warn) {
t3lib_utility_Mail::mail($GLOBALS['TYPO3_CONF_VARS']['BE']['warning_email_addr'],
$prefix.' '.$subject,
'=?utf-8?b?'.base64_encode($prefix.' '.$subject).'=?=',
$msg,
$this->notifyHeader
);
......
// If An email should be sent to the current user, do that:
if ($this->uc['emailMeAtLogin'] && strstr($this->user['email'],'@')) {
t3lib_utility_Mail::mail($this->user['email'],
$subject,
'=?utf-8?b?'.base64_encode($subject).'=?=',
$msg,
$this->notifyHeader
);
    (1-1/1)