A reporter which "collects" failures for the Reporter plugin.

package Swift
subpackage Plugins
author Chris Corbyn

 Methods

Clear the buffer (empty the list).

clear() 

Get an array of addresses for which delivery failed.

getFailedRecipients() : array

Returns

array

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}

 Properties

 

$_failures : array
access private
 

$_failures_cache 

 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