Actions
Bug #16817
closedclass.t3lib_formmail.php: Return path cannot be set
Start date:
2006-12-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Formmails cannot be sent with return path.
You can see a quick hack below (line 124-126).
I propose to add the following to start():
if ( $this->forceReturnPath ) {
$this->replyto_email = ($V['replyto_email']) ? $V['replyto_email'] : $this->from_email;
}
(issue imported from #M4715)
Files
Actions