Bug #20036
closedclass.t3lib_htmlmail.php produces bad headers in HTML messages
0%
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)
Updated by Jelle van Brenk almost 16 years ago
Bug seems to disapear when EXT direct mail is updated to 2.6.2.
Updated by Christian Kuhn over 15 years ago
Set to resolved, no change required:
This was not a core issue, but a direct_mail problem. direct_mail extends t3lib_htmlmail in res/scripts/class.dmailer.php and overwrites function getHTMLContentType(), which was changed in core to fix #19441 .
This core fix from #19441 is now backported to direct_mail with version 2.6.2