Feature #14851
closedplainMailEncoded with charset conversion
0%
Description
It would be nice to be able to run a site in utf-8, but send out notification mails (e.g. from feAdmin and related extendsions) in ISO-8859-1, because many freemail systems don't support utf-8.
You are able to set the charset with the config option notification_email_charset, however this does not convert the actual mail data, so if it is in utf-8, the mails are broken.
What is needed is charset conversion inside of tslib_fe->plainMailEncoded.
And it's right here: see the attached file.
It would be nice to habe in integrated into future versions!
(issue imported from #M1268)
Files
Updated by Michael Stucki over 19 years ago
Made a diff of your change. It's the same like in plainMailEncoded.txt.
Updated by Michael Stucki almost 19 years ago
Should work with latest beta version.
Updated by Simon Ihmig over 18 years ago
Regarding this particular issue, I can't find any charset conversion in TYPO3 4.0. Has this been removed again?
I still get those strange characters on a utf-8 site when notification_email_charset is set to latin-1.
Updated by Michael Stucki over 18 years ago
I confirm this seems to be a bug.
Can you please check if the attached patch works? Thanks for a quick feedback (4.0.1 is close...!)
Updated by Dmitry Pikhno over 18 years ago
please take a look
http://bugs.typo3.org/view.php?id=3600
UPD: seems i was wrong - it is another issue. you are talking about notification letters.
Updated by Michael Stucki over 18 years ago
I know, but this doesn't fix the sendNotificationMail function. However, I could use some of the code from the formmail fix to make this work...
Updated by Simon Ihmig over 18 years ago
Michael, your patched worked for me!
Danke! :)