Project

General

Profile

Bug #24814 ยป 17314.diff

Administrator Admin, 2011-01-27 12:22

View differences:

t3lib/class.t3lib_formmail.php (Arbeitskopie)
$this->mailMessage = t3lib_div::makeInstance('t3lib_mail_Message');
if ($GLOBALS['TYPO3_CONF_VARS']['SYS']['forceReturnPath']) {
$this->returnPath = $GLOBALS['TYPO3_CONF_VARS']['SYS']['forceReturnPath'];
$this->mailMessage->setReturnPath($this->returnPath);
}
$this->mailMessage->getHeaders()->addTextHeader('X-Mailer', 'TYPO3');
if ($GLOBALS['TSFE']->config['config']['formMailCharset']) {
// Respect formMailCharset if it was set
$this->characterSet = $GLOBALS['TSFE']->csConvObj->parse_charset($GLOBALS['TSFE']->config['config']['formMailCharset']);
    (1-1/1)