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

package Swift
subpackage Plugins
author Chris Corbyn

 Methods

Notifies this ReportNotifier that $address failed or succeeded.

notify(\Swift_Mime_Message $message, string $address, int $result) 

Parameters

$address

string

$result

int

from {@link RESULT_PASS, RESULT_FAIL}

 Constants

 

The recipient could not be accepted

RESULT_FAIL 
 

The recipient was accepted for delivery

RESULT_PASS