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 #1

Updated by Jelle van Brenk over 15 years ago

Bug seems to disapear when EXT direct mail is updated to 2.6.2.

Actions #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

Actions #3

Updated by Benni Mack almost 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF