[Typo3-german] mail utf-8 encoding
Wolfgang Wahl
typo3 at ovofrito.de
Wed Sep 7 14:21:43 CEST 2005
Hallo Malte,
> bin mit meinem latein am ende,
> versuche in einer mehrsprachigen typo3.8 webseite die kontaktmails mit
> utf-8 encoding zu verschicken.
> mit:
> page.config.notification_email_encoding=quoted-printable
> page.config.notification_email_urlmode=76
> page.config.notification_email_charset=utf-8
> konnte ich den mailer nicht überreden.
> weiterhin gibt er mails aus als:
> text/plain; charset=iso-8859-1; base64
genau dasselbe Problem mit denselben Symptomen hatte ich auch. Abhilfe
hat hier die Installation der Exteion kb_mailcs gebracht nebst
hinzufügen von
config.tx_kbmailcs_formMailCharset = utf-8
in das TS Setup.
Bei mir schauts dann so aus:
config {
notification_email_encoding = quoted-printable
notification_email_charset = utf-8
tx_kbmailcs_formMailCharset = utf-8
}
Seitdem kommen die Mails bei mir auch mit dem korrekten Encoding an und
können wie gewünscht dargestellt werden.
Grüsse,
Wolfgang
More information about the TYPO3-german
mailing list