Actions
Bug #20036
closedclass.t3lib_htmlmail.php produces bad headers in HTML messages
Start date:
2009-02-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Bug re-introduced in 4.2.6 (maybe also in 4.2.5/4, can't check right now), see bug 0009523 (class.t3lib_htmlmail.php produces null headers in HTML messages)
replacing line 556
$this->add_header('Content-Type: ' . $this->getHTMLContentType() . ';');
for this
$this->add_header('Content-Type: ' . $this->getHTMLContentType());
again fixes this issue
Fix for version 4.2.2 also applies for 4.2.6
(issue imported from #M10464)
Actions