Home
last modified time | relevance | path

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

12

/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')
/plugin/smtp/subtree/txtthinking/Mailer/tests/
H A DMailerTest.php3 use \Tx\Mailer; alias
4 use \Tx\Mailer\SMTP;
5 use \Tx\Mailer\Message;
6 use \Tx\Mailer\Exceptions\SMTPException;
37 $status = (new Mailer(new Logger('Mailer')))
H A DSMTPTest.php9 use Tx\Mailer\SMTP;
10 use Tx\Mailer\Message;
/plugin/smtp/subtree/txtthinking/Mailer/src/
H A DMailer.php21 use \Tx\Mailer\Message;
22 use \Tx\Mailer\SMTP;
32 class Mailer{ class
/plugin/smtp/subtree/txtthinking/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;
H A DMessage.php1 <?php namespace Tx\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/subtree/txtthinking/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/
H A Dmain.php67 $mail = new Mailer();
/plugin/swiftmail/
H A Dadmin.php32 $mail = new Mailer();
/plugin/bureaucracy-au/helper/
H A Dactionmail.php27 $mail = new Mailer();
90 * @param Mailer $mail
/plugin/bureaucracyau/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/smtp/classes/
H A DMessage.php13 class Message extends \Tx\Mailer\Message {
/plugin/twofactoremail/
H A Daction.php65 $mail = new Mailer();
/plugin/recommend/helper/
H A Dmail.php26 $mailer = new Mailer();
/plugin/twofactoraltemail/
H A Daction.php95 $mail = new Mailer();
/plugin/notification/action/
H A Dcron.php129 $mail = new Mailer();
/plugin/structtasks/meta/
H A DAbstractNotifier.php142 if (is_null($mailer)) $mailer = new \Mailer();

12