Home
last modified time | relevance | path

Searched refs:setBody (Results 1 – 25 of 347) sorted by last modified time

12345678910>>...14

/plugin/twofactoremail/
H A Daction.php68 $mail->setBody($body, ['CODE' => $code]);
/plugin/linkback/
H A Dtools.php109 $mail->setBody($text);
/plugin/structpublish/helper/
H A Dnotify.php77 $mailer->setBody($mailText);
/plugin/bez/cron/
H A Dfunctions.php131 $mailer->setBody('', null, null, $body);
/plugin/bez/mdl/
H A DEntity.php201 $mailer->setBody('', null, null, $content);
/plugin/structtasks/meta/
H A DAbstractNotifier.php169 $mailer->setBody($getLang($this::lang_key_prefix . '_text'),
/plugin/recommend/helper/
H A Dmail.php32 $mailer->setBody($mailtext, $replacements);
/plugin/bureaucracy/helper/
H A Dactionmail.php65 $mail->setBody($this->_mail_text,null,null,$this->_mail_html);
/plugin/gitbacked/action/
H A Deditcommit.php313 $mailer->setBody($template_text, $template_replacements, null, $template_html);
/plugin/combo/ComboStrap/Api/
H A DApiRouter.php65 ->setBody("Error while creating the fetcher for the fetch Url ($fetchUrl)", Mime::getText())
73 ->setBody($fetcher->getFetchString(), $fetcher->getMime())
H A DMetaManagerHandler.php252 ->setBody($payload, Mime::getJson())
299 ->setBody(json_encode($form), Mime::getJson())
H A DQualityMessageHandler.php56 ->setBody("The page id should not be empty", Mime::getHtml())
68 ->setBody("Quality is only for writer", Mime::getHtml())
83 ->setBody($message->getContent(), Mime::getHtml())
/plugin/combo/action/
H A Ddocustom.php184 ->setBody($body, $mime)
198 ->setBody($html, Mime::getHtml())
H A Dlinkwizard.php96 ->setBody("<div>" . $lang['nothingfound'] . "</div>", Mime::getHtml())
152 ->setBody($html, Mime::getHtml())
H A Drouter.php939 ->setBody(self::PAGE_404, Mime::getHtml())
H A Dbacklinkmenuitem.php112 ->setBody("The page id should not be empty", Mime::getHtml())
127 ->setBody($html, Mime::getHtml())
/plugin/combo/ComboStrap/
H A DHttpResponse.php108 ->setBody($response->getContent(), $mime)
252 $this->setBody($message, Mime::getJson());
258 function setBody(string $body, Mime $mime): HttpResponse function in ComboStrap\\HttpResponse
397 $this->setBody($message, Mime::getHtml());
/plugin/smtp/subtree/txtthinking/Mailer/
H A DREADME.md25 ->setBody('Hi, I <strong>love</strong> you.')
46 ->setBody('<h1>For test</h1>')
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DMessage.php151 public function setBody($body){ function in Tx\\Mailer\\Message
/plugin/smtp/subtree/txtthinking/Mailer/tests/
H A DSMTPTest.php65 ->setBody('This is a test part two');
83 ->setBody('This is a test part two');
H A DMailerTest.php29 ->setBody('<h1>for test</h1>')
44 ->setBody('Hi, boy')
/plugin/smtp/
H A Dadmin.php37 $mail->setBody("Hi @USER@\n\nThis is a test from @DOKUWIKIURL@");
/plugin/smtp/subtree/txtthinking/Mailer/src/
H A DMailer.php135 public function setBody($body){ function in Tx\\Mailer
136 $this->message->setBody($body);
/plugin/notification/action/
H A Dcron.php133 $mail->setBody($text, null, null, $html);
/plugin/blogtng/helper/
H A Dcomments.php270 $mail->setBody($atext, $repl);
297 $mail->setBody($stext, $repl);
323 $mail->setBody($text, $repl);

12345678910>>...14