[TYPO3-core] RFC: Bug 1268: Respect config.notification_email_charset when sending emails

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Tue Aug 22 10:16:10 CEST 2006


Michael Stucki schrieb:
> 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().

Hm, somehow the code looks familiar :-)

Much too familiar to make a +1 count from me.

Masi



More information about the TYPO3-team-core mailing list