[Typo3] Proper e-mail encoding for extensions

Jan Bednarik info at bednarik.org
Fri Jun 3 23:59:12 CEST 2005


Hi,

> Some extensions (like sr_sendcard or ve_guestbook) don't use the default 
> e-mail encoding which has been set in TS:
> 
> # Setting the encoding for outgoing e-mails
> config.notification_email_encoding = base64
> config.notification_email_charset = UTF-8
They use the htmlmail class, not the notification mail function. 
Therefore this doesn't work. Update your class.t3lib_htmlmail.php from 
here http://www.bednarik.org/uploads/media/typo3_3.8.0_changes.zip and 
your e-mails should use forceCharset value as encoding.

--
Jan Bednarik



More information about the TYPO3-english mailing list