Actions
Bug #20715
closedno possibility to set returnpath for mails in class.t3lib_htmlmail.php
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-07-04
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
the existing variable $this->returnPath is used if this->forceReturnPath is set, which gets its value from $GLOBALS['TYPO3_CONF_VARS']['SYS']['forceReturnPath'].
but $this->returnPath never is initialized inside class.t3lib_htmlmail.php
only derived classes like extensions set this variable.
using the default mailform no usage of a return path is possible.
attached patch (against 4.2.8, which is not available yet in productversion selection) inserts new value to installtool ($GLOBALS['TYPO3_CONF_VARS']['SYS']['returnPath']) and uses this value in class.t3lib_htmlmail.php to initialize $this->returnPath
(issue imported from #M11472)
Files
Actions