Actions
Feature #15785
closedAdd return value to t3lib_htmlmail::send
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2006-03-08
Due date:
% Done:
0%
Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:
Description
The t3lib_htmlmail::send (line 359) does not pass the return value of sendTheMail() to the caller.
(issue imported from #M2797)
Files
Updated by Oliver Hader almost 17 years ago
The attached patch (0002797_v4.patch) removes the $this->mailWasSent flag from the previous patch and implements the requested corrections in the methods send() and sendTheMail().
Actions