[TYPO3-core] RFC #16231: Bug: mail not sent if safe mode is on

Christian Kuhn lolli at schwarzbu.ch
Fri Dec 31 12:57:34 CET 2010


On 11/09/2010 11:01 AM, Boris Gulay wrote:
> http://bugs.typo3.org/view.php?id=16231

> Problem:
> After upgrading to branch 4 of TYPO3 (from 4.3) I found that mail from
> TYPO3 is not sent any more. Some of my extensions are using htmlmail and
> none of them is able to send messages: function sendTheMail always
> returns false.
>
> Solution:
> After some investigation I found where the problem is. In branch 4
> htmlmail does not call PHP mail function directly anymore, instead it
> uses new function in new class t3lib_utility_Mail::mail (there was no
> such class in branch 3). Inside it PHP mail function is called, always
> with 5 arguments, even if safe mode is on (in this case null is passed
> as last argument).

* trunk rev. 9974.
* 4.4 rev. 9975.

Thanks for your contribution!

Regards
Christian


More information about the TYPO3-team-core mailing list