Home
last modified time | relevance | path

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

12

/plugin/bez/cron/
H A Dfunctions.php121 $mailer = new Mailer();
/plugin/bez/mdl/
H A DEntity.php14 use Mailer; alias
173 $mailer = new Mailer();
H A DTask.php6 use dokuwiki\plugin\bez\meta\Mailer; alias
/plugin/blogtng/helper/
H A Dcomments.php267 $mail = new Mailer();
294 $mail = new Mailer();
320 $mail = new Mailer();
/plugin/bureaucracy-au/helper/
H A Dactionmail.php27 $mail = new Mailer();
90 * @param Mailer $mail
/plugin/bureaucracy/helper/
H A Dactionmail.php27 $mail = new Mailer();
99 * @param Mailer $mail
/plugin/bureaucracyau/helper/
H A Dactionmail.php27 $mail = new Mailer();
90 * @param Mailer $mail
/plugin/discussion/
H A Daction.php1241 $mailer = new Mailer();
/plugin/do/
H A Dhelper.php376 $mail = new Mailer();
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md72 If functions are supported (like in the Symfony Mailer component) we can use `DsnParser::parseFunc()`:
/plugin/feedback/
H A Daction.php94 $mailer = new Mailer();
/plugin/git/
H A Dhelper.php158 $mail = new Mailer();
/plugin/gitbacked/action/
H A Deditcommit.php307 $mailer = new \Mailer();
/plugin/groupmail/
H A Dsyntax.php304 $mail = new Mailer();
/plugin/infomail/
H A Daction.php200 $mailer = new Mailer();
/plugin/linkback/
H A Dtools.php106 $mail = new Mailer();
/plugin/loglog/helper/
H A Dmain.php67 $mail = new Mailer();
/plugin/notification/action/
H A Dcron.php129 $mail = new Mailer();
/plugin/preregister/
H A Daction.php297 $mail = new Mailer();
/plugin/publish/action/
H A Dmail.php87 $mail = new Mailer();
198 $mail = new Mailer();
/plugin/recommend/helper/
H A Dmail.php26 $mailer = new Mailer();
/plugin/smtp/
H A Daction.php39 /** @var Mailer $mailer Our Mailer with all the data */
54 $smtp = new \Tx\Mailer\SMTP($logger);
H A Dadmin.php32 $mail = new Mailer();
/plugin/smtp/classes/
H A DMessage.php13 class Message extends \Tx\Mailer\Message {
/plugin/smtp/subtree/txtthinking/Mailer/
H A DREADME.md1 Mailer chapter
16 use Tx\Mailer;
18 $ok = (new Mailer())
24 ->setSubject('Test Mailer')
33 use \Tx\Mailer\SMTP;
34 use \Tx\Mailer\Message;
37 $smtp = new SMTP(); // new SMTP(new Logger('Mailer')); # set logger to receive debug log
45 ->setSubject('Test Mailer')

12