Home
last modified time | relevance | path

Searched refs:addFailedRecipient (Results 1 – 4 of 4) sorted by path

/plugin/swiftmail/
H A DSwift.php390 $send_event->addFailedRecipient($address->getAddress());
405 $send_event->addFailedRecipient($address->getAddress());
453 $send_event->addFailedRecipient($address->getAddress());
/plugin/swiftmail/Swift/
H A DBatchMailer.php105 public function addFailedRecipient($address) function in Swift_BatchMailer
207 if (!$n) $this->addFailedRecipient($recipient->getAddress());
H A DLog.php96 public function addFailedRecipient($address) function in Swift_Log
/plugin/swiftmail/Swift/Events/
H A DSendEvent.php104 public function addFailedRecipient($address) function in Swift_Events_SendEvent