[Typo3] UTF-8 in Mails

Kraft Bernhard kraftb at gmx.net
Tue Jun 21 10:26:13 CEST 2005


Robert Markula wrote:

> tt_products and td_newsletter. Both rely on class.t3lib_htmlmail.php. 
> E.g. sr_sendcard uses its own htmlmail class (which seems to be the 
> class.t3lib_htmlmail.php from an older Typo3 version), and it works fine 
> here.


It depends on if these extension "use" the class or "extend" the class. If they simply
use it it should work as the original html-mail classes are XCLASSED by the mailcs ext.

But when those exts (tt_products, td_newsletter) extend the htmlmail class then the modifications
of the mailcs ext wont be taken into account ...

you can simply find out if they extend the htmlmail class by looking into the sourcecode and searching
for
"extends t3lib_htmlmail"


greets,
Bernhard
-- 
Kraft Bernhard
MOKKA Medienagentur <http://www.mokka.at>
T: +43 - 1 - 895 33 33 - 50



More information about the TYPO3-english mailing list