Home
last modified time | relevance | path

Searched refs:batchSend (Results 1 – 2 of 2) sorted by relevance

/plugin/swiftmail/
H A Daction.php116 $ok = $swift->batchSend($message, $reci, $from);
H A DSwift.php484 public function batchSend(Swift_Message $message, Swift_RecipientList $to, $from) function in Swift