A HTML output reporter for the Reporter plugin.

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 
Inherited
inherited_from \Swift_Plugins_Reporter::RESULT_FAIL
 

The recipient was accepted for delivery

RESULT_PASS 
Inherited
inherited_from \Swift_Plugins_Reporter::RESULT_PASS