Interface Swift_Plugins_Reporter
The Reporter plugin sends pass/fail notification to a Reporter.
Direct known implementers
Swift_Plugins_Reporters_HitReporter
,
Swift_Plugins_Reporters_HtmlReporter
Package: Swift\Plugins
Author: Chris Corbyn
Located at vendors/swiftmailer/lib/classes/Swift/Plugins/Reporter.php
Author: Chris Corbyn
Located at vendors/swiftmailer/lib/classes/Swift/Plugins/Reporter.php
Methods summary
public
|
#
notify(
Notifies this ReportNotifier that $address failed or succeeded. |
Magic methods summary
Constants summary
integer |
RESULT_PASS |
0x01 |
#
The recipient was accepted for delivery |
integer |
RESULT_FAIL |
0x10 |
#
The recipient could not be accepted |