Bug #20715
closedno possibility to set returnpath for mails in class.t3lib_htmlmail.php
0%
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
Updated by Martin over 14 years ago
I had the problem myself and came to another solution (see attached file 0011472_suggestion.txt). Hopefully this bug will be fixed soon. Its annoying.
Updated by Martin over 14 years ago
@Christopher:
Why? I think creating an issue and adding comments and files to it should be the only way to organize bugfixing. I am not a t3 developer and I don't even know what the core list is.
Updated by Chris topher over 14 years ago
Hi Martin,
sorry for my short comment, I thought you were another Martin who also is around here...
Well this works as follows: Bug reports are collected in this bugtracker.
When someone wrote a patch, this needs a short discussion: Some people check, if the patch does what it should and if it does not break something.
And that is done in Core List! Therefore my comment.
To get your fix integrated in the next releases of TYPO3, you should send it to Core List!
To see how that works, please check this: http://typo3.org/teams/core/core-mailinglist-rules/
Updated by Alexander Opitz over 11 years ago
- Category deleted (
Communication) - Status changed from New to Closed
- Target version deleted (
0)
Closed as duplicate of #17154