Home
last modified time | relevance | path

Searched refs:failedRecipients (Results 1 – 2 of 2) sorted by path

/plugin/swiftmail/Swift/
H A DLog.php58 protected $failedRecipients = array(); variable in Swift_Log
98 $this->failedRecipients[$address] = null;
107 return array_keys($this->failedRecipients);
/plugin/swiftmail/Swift/Log/
H A DDefaultLog.php53 $this->failedRecipients = null;
54 $this->failedRecipients = array();