Actions
Bug #28684
closedSwiftmailer integration does not use charset definitions in all cases
Start date:
2011-08-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:
Description
The swiftmailer integration does not use the renderCharset and metaCharset in all cases.
This results in broken e-mail encoding in some cases.
The first case is in the formmail content element. Here no charset is set if metaCharset equals renderCharset.
The second case is a bug in swiftmailer itself. The charset of the message is not used if a new part is added.
I added a patch, that let it work in my cases.
Files
Actions