XOOPS RMCommon Utilities
2.1.8.91RC
|
Public Member Functions | |
notify (Swift_Mime_Message $message, $address, $result) | |
Public Attributes | |
const | RESULT_FAIL = 0x10 |
const | RESULT_PASS = 0x01 |
Definition at line 19 of file Reporter.php.
Swift_Plugins_Reporter::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 Swift_Plugins_Reporter::RESULT_FAIL = 0x10 |
The recipient could not be accepted
Definition at line 26 of file Reporter.php.
Referenced by Swift_Plugins_ReporterPlugin\sendPerformed().
const Swift_Plugins_Reporter::RESULT_PASS = 0x01 |
The recipient was accepted for delivery
Definition at line 23 of file Reporter.php.
Referenced by Swift_Plugins_ReporterPlugin\sendPerformed().