[TYPO3-core] RFC: fix bug #3600 - config.formMailCharset

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Wed Jul 12 16:17:02 CEST 2006


Martin Kutschker schrieb:
> Martin Kutschker schrieb:
> 
>> Hi!
>>
>> Bugfix for HEAD and TYPO3_4-0
>>
>> Problem: The TS setting config.formMailCharset doesn't work
> 
> 
> Additional problem. When using different charsets for config.metaCharset 
> and config.renderCharset the mail is sent in renderCharset. This may be 
> a bit confusing. Stanislas wanted to use metaCharset in t3lib_htmlmail, 
> but here is the correct place for it (incl. the charset-conversion).

Comitted with a further fix.

Message Id was set like this:

	// Sets the message id
$this->messageid = md5(microtime()).'@domain.tld';

But the parent class a) already sets message id and b) uses a far more 
better approach for it (uses a real domain name if possible). So I removed 
the superfluos line.

Masi



More information about the TYPO3-team-core mailing list