Home
last modified time | relevance | path

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

/dokuwiki/inc/Subscriptions/
H A DSubscriptionSender.php9 protected $mailer; variable in dokuwiki\\Subscriptions\\SubscriptionSender
11 public function __construct(Mailer $mailer = null) argument
13 if (!$mailer instanceof \Mailer) {
14 $mailer = new Mailer();
16 $this->mailer = $mailer;
69 $mail = $this->mailer;
H A DBulkSubscriptionSender.php202 // TODO I'm not happy with the following line and passing $this->mailer around. Not sure how to solve it better
203 $pageSubSender = new PageSubscriptionSender($this->mailer);