Home
last modified time | relevance | path

Searched refs:setBody (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dmailer.test.php157 $mail->setBody($mailbody);
177 $mail->setBody('A test mail in with replacements '.join(' ',$replacements));
222 $mail->setBody('Hello Wörld,
289 $mail->setBody($mailbody);
320 $mail->setBody($mailbody_text, null, null, $mailbody_html);
356 $mail->setBody($mailbody_text, null, null, $mailbody_html);
/dokuwiki/inc/Subscriptions/
H A DSubscriptionSender.php72 $mail->setBody($text, $trep, $hrep);
/dokuwiki/inc/Action/
H A DResendpwd.php172 $mail->setBody($text, $trep);
/dokuwiki/inc/
H A Dauth.php979 $mail->setBody($text, $trep);
1314 $mail->setBody($text, $trep);
H A DMailer.class.php202 public function setBody($text, $textrep = null, $htmlrep = null, $html = null, $wrap = true) function in Mailer