[Typo3] utf-8 in contact forms

Chi Hoang chibo at gmx.de
Tue Sep 27 12:27:20 CEST 2005


Sander (AlterNET) schrieb:

> I am trying to use UTF-8 in mails sent from a contact form on my 
> website, right now, when a character like ë (alt+137) is inserted i see 
> some weird signs like >A.

try using kb_mailcs with this setting:

config {
    notification_email_encoding = quoted-printable
    notification_email_charset = utf-8
    tx_kbmailcs_formMailCharset = utf-8
}

(found in google-cache)



More information about the TYPO3-english mailing list