TYPO3  7.6
Public Member Functions | Public Attributes | List of all members
Swift_Plugins_Reporter Interface Reference
Inheritance diagram for Swift_Plugins_Reporter:
Swift_Plugins_Reporters_HitReporter Swift_Plugins_Reporters_HtmlReporter

Public Member Functions

 notify (Swift_Mime_Message $message, $address, $result)
 

Public Attributes

const RESULT_PASS = 0x01
 
const RESULT_FAIL = 0x10
 

Detailed Description

The Reporter plugin sends pass/fail notification to a Reporter.

Author
Chris Corbyn

Definition at line 16 of file Reporter.php.

Member Function Documentation

notify ( Swift_Mime_Message  $message,
  $address,
  $result 
)

Notifies this ReportNotifier that $address failed or succeeded.

Parameters
Swift_Mime_Message$message
string$address
int$resultfrom RESULT_FAIL

Implemented in Swift_Plugins_Reporters_HitReporter, and Swift_Plugins_Reporters_HtmlReporter.

Member Data Documentation

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().