TYPO3
7.6
|
Public Member Functions | |
notify (Swift_Mime_Message $message, $address, $result) | |
Public Attributes | |
const | RESULT_PASS = 0x01 |
const | RESULT_FAIL = 0x10 |
The Reporter plugin sends pass/fail notification to a Reporter.
Definition at line 16 of file Reporter.php.
notify | ( | Swift_Mime_Message | $message, |
$address, | |||
$result | |||
) |
Notifies this ReportNotifier that $address failed or succeeded.
Swift_Mime_Message | $message | |
string | $address | |
int | $result | from RESULT_FAIL |
Implemented in Swift_Plugins_Reporters_HitReporter, and Swift_Plugins_Reporters_HtmlReporter.
const RESULT_FAIL = 0x10 |
The recipient could not be accepted
Definition at line 22 of file Reporter.php.
Referenced by Swift_Plugins_ReporterPlugin\sendPerformed().
const RESULT_PASS = 0x01 |
The recipient was accepted for delivery
Definition at line 19 of file Reporter.php.
Referenced by Swift_Plugins_ReporterPlugin\sendPerformed().