[TYPO3-core] RFC: Bug 1268: Respect config.notification_email_charset when sending emails
Michael Stucki
michael at typo3.org
Tue Aug 22 08:43:12 CEST 2006
This is a SVN patch request.
Problem:
When sending out emails via tslib_cObj->plainMailEncoded() the header is set
accoding to config.notification_email_charset, but the content is not
converted.
Solution:
Check if config.notification_email_charset is different from
config.renderCharset or if config.metaCharset differs from
config.renderCharset.
In both cases, use notifcation-/meta- charset as target and convert recipient,
subject, message and additional headers to the corresponding charset (will
later be encoded correctly by t3lib_div::plainMailEncoded().
Branches:
TYPO3_4-0 / Trunk
Bugtracker reference:
http://bugs.typo3.org/view.php?id=1268
- michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bug_1268_notification_email_charset_v2.diff
Type: text/x-diff
Size: 1735 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20060822/91a3f088/attachment.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20060822/91a3f088/attachment.pgp
More information about the TYPO3-team-core
mailing list