Swift_Plugins_Reporter
in
The Reporter plugin sends pass/fail notification to a Reporter.
Tags
Table of Contents
- RESULT_FAIL = 0x10
- The recipient could not be accepted
- RESULT_PASS = 0x1
- The recipient was accepted for delivery
- notify() : mixed
- Notifies this ReportNotifier that $address failed or succeeded.
Constants
RESULT_FAIL
The recipient could not be accepted
public
mixed
RESULT_FAIL
= 0x10
RESULT_PASS
The recipient was accepted for delivery
public
mixed
RESULT_PASS
= 0x1
Methods
notify()
Notifies this ReportNotifier that $address failed or succeeded.
public
notify(Swift_Mime_SimpleMessage $message, string $address, int $result) : mixed
Parameters
- $message : Swift_Mime_SimpleMessage
- $address : string
- $result : int
-
from RESULT_FAIL