Searched refs:setBody (Results 1 – 5 of 5) sorted by relevance
| /dokuwiki/_test/tests/inc/ |
| H A D | mailer.test.php | 157 $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 D | SubscriptionSender.php | 72 $mail->setBody($text, $trep, $hrep);
|
| /dokuwiki/inc/Action/ |
| H A D | Resendpwd.php | 172 $mail->setBody($text, $trep);
|
| /dokuwiki/inc/ |
| H A D | auth.php | 979 $mail->setBody($text, $trep); 1314 $mail->setBody($text, $trep);
|
| H A D | Mailer.class.php | 202 public function setBody($text, $textrep = null, $htmlrep = null, $html = null, $wrap = true) function in Mailer
|