Project

General

Profile

Actions

Feature #14780

closed

Variable e-mail encoding

Added by Jan Bednarik almost 19 years ago. Updated almost 16 years ago.

Status:
Closed
Priority:
Should have
Category:
Frontend
Target version:
-
Start date:
2005-05-31
Due date:
% Done:

0%

Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:

Description

the charset of an e-mail was hardcoded as iso-8852-1. Well, not everyone uses this charset and if your pages are in utf-8, you prefer to send the e-mails in utf-8 as well. Therefore I changed this class. If forceCharset is empty it uses iso-8852-1, otherwise it uses the value in the forceCharset field as charset of the e-mail.

I hope, it's posted OK now.
(issue imported from #M1142)


Files

class.t3lib_htmlmail.diff.txt (2.41 KB) class.t3lib_htmlmail.diff.txt Administrator Admin, 2005-05-31 21:46
HTMLMail_Charset_Fix_2.patch (5.43 KB) HTMLMail_Charset_Fix_2.patch Administrator Admin, 2005-10-22 20:45

Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #14478: make charset adjustable in class.t3lib_htmlmail.phpClosedBernhard Kraft2005-01-03

Actions
Actions #1

Updated by Martin Kutschker almost 19 years ago

Don't use forceCharset for an "internal" class for anything than a default. The calling code must have full control over the charset of the mail!

Actions #2

Updated by Bernhard Kraft over 18 years ago

The attached fix should correct the problem. Any further requirements for the patch ?

Actions #3

Updated by Martin Kutschker over 16 years ago

This issue has been fixed already (in 4.1 or perhaps even earlier).

Actions

Also available in: Atom PDF