[Typo3] standard mailform: messed up mail headers

Dominik Blystak dominik.blystak at pro-open.de
Tue Aug 30 12:46:53 CEST 2005


I've managed to solve this problem. IMHO it's a bug in the php mbstring/overload functions. If you set  mbstring.func_overload in php.ini to overload the mail() function, all the mail headers gets a mime-version, content-type, charset and transfer-encoding regardless what header you provided.

A solution is to deactivate the overload of mail() by setting the mbstring.func_overload variable appropriate.
This can lead to unexpected results if you use multibyte charsets (e.g. japanese, russian) in your mail forms.

- Dominik Blystak

-----------------------
This thread is located in the archive at this URL:
http://typo3.org/documentation/mailing-lists/english-main-list-archive/thread/110133001/
					



More information about the TYPO3-english mailing list