Project

General

Profile

Actions

Bug #20036

closed

class.t3lib_htmlmail.php produces bad headers in HTML messages

Added by Jelle van Brenk over 15 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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

Also available in: Atom PDF