Home
last modified time | relevance | path

Searched refs:attachContent (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dmailer.test.php226 $mail->attachContent('some test data', 'text/plain', 'a text.txt');
/dokuwiki/inc/
H A DMailer.class.php105 public function attachContent($data, $mime, $name = '', $embed = '') function in Mailer