Home
last modified time | relevance | path

Searched refs:Mailer (Results 1 – 25 of 42) sorted by relevance

12

/plugin/smtp/
H A Dcomposer.lock64 "url": "https://github.com/txthinking/Mailer.git",
69 …"url": "https://api.github.com/repos/txthinking/Mailer/zipball/616e58b81fd8aa6fd548d20929c9d53cf72…
105 "homepage": "http://github.com/txthinking/Mailer",
111 "issues": "https://github.com/txthinking/Mailer/issues",
112 "source": "https://github.com/txthinking/Mailer/tree/master"
H A Daction.php8 use Tx\Mailer\SMTP;
41 /** @var Mailer $mailer Our Mailer with all the data */
H A Ddeleted.files3 Mailer.php
H A Dadmin.php36 $mail = new Mailer();
/plugin/smtp/_test/
H A DIntegrationTest.php7 use Mailer; alias
78 // give DokuWiki's Mailer a sane default sender
94 $mailer = new Mailer();
171 $mailer = new Mailer();
/plugin/smtp/vendor/txthinking/mailer/src/
H A DMailer.php22 use \Tx\Mailer\Message;
23 use \Tx\Mailer\SMTP;
33 class Mailer class
/plugin/smtp/vendor/txthinking/mailer/src/Mailer/
H A DSMTP.php20 namespace Tx\Mailer;
23 use Tx\Mailer\Exceptions\CodeException;
24 use Tx\Mailer\Exceptions\CryptoException;
25 use Tx\Mailer\Exceptions\SMTPException;
/plugin/smtp/vendor/txthinking/mailer/src/Mailer/Exceptions/
H A DCryptoException.php26 namespace Tx\Mailer\Exceptions;
H A DSendException.php26 namespace Tx\Mailer\Exceptions;
H A DSMTPException.php26 namespace Tx\Mailer\Exceptions;
H A DCodeException.php26 namespace Tx\Mailer\Exceptions;
/plugin/publish/action/
H A Dmail.php87 $mail = new Mailer();
198 $mail = new Mailer();
/plugin/bez/mdl/
H A DEntity.php14 use Mailer; alias
173 $mailer = new Mailer();
/plugin/loglog/helper/
Dmain.php67 $mail = new Mailer();
/plugin/bureaucracy/helper/
Dactionmail.php27 $mail = new Mailer();
99 * @param Mailer $mail
/plugin/bureaucracy-au/helper/
Dactionmail.php27 $mail = new Mailer();
90 * @param Mailer $mail
/plugin/bureaucracyau/helper/
Dactionmail.php27 $mail = new Mailer();
90 * @param Mailer $mail
/plugin/swiftmail/
Dadmin.php32 $mail = new Mailer();
/plugin/twofactoremail/
Daction.php65 $mail = new Mailer();
/plugin/smtp/classes/
H A DMessage.php13 class Message extends \Tx\Mailer\Message
/plugin/recommend/helper/
H A Dmail.php27 $mailer = new Mailer();
/plugin/twofactoraltemail/
Daction.php95 $mail = new Mailer();
/plugin/structtasks/meta/
DAbstractNotifier.php142 if (is_null($mailer)) $mailer = new \Mailer();
/plugin/bez/cron/
H A Dfunctions.php121 $mailer = new Mailer();
/plugin/blogtng/helper/
Dcomments.php267 $mail = new Mailer();
294 $mail = new Mailer();
320 $mail = new Mailer();

12