Home
last modified time | relevance | path

Searched full:mail_send (Results 1 – 17 of 17) sorted by last modified time

/plugin/schedule/
H A Dschedules.class.php1654 mail_send ($userinfo['mail'], $mailSubject, $mailContent);
/plugin/task/
H A Dhelper.php338 mail_send($to, $subject, $text, $conf['mailfrom'], '', $bcc);
/plugin/glossary/
H A Dglossary.class.php928 mail_send ($mailTo, $mailSubject, $mailContent);
/plugin/doodle4/
H A Dsyntax.php472 mail_send($this->params['adminMail'], $subj, $body, $conf['mailfrom']);
/plugin/issuetracker/
H A Dedit.php73 mail_send($to, $subject, $body, $from, $cc, $bcc='', $headers=null, $params=null);
121 mail_send($to, $subject, $body, $from, $cc='', $bcc='', $headers=null, $params=null);
H A Dsyntax.php983 mail_send($to, $subject, $body, $from, $cc, $bcc='', $headers=null, $params=null);
H A Daction.php2685 mail_send($to, $subject, $body, $from, $cc, $bcc='', $headers=null, $params=null);
2750 mail_send($to, $subject, $body, $from, $cc, $bcc='', $headers=null, $params=null);
2823 mail_send($to, $subject, $body, $from, $cc, $bcc='', $headers=null, $params=null);
2873 mail_send($to, $subject, $body, $from, $cc, $bcc='', $headers=null, $params=null);
/plugin/doodle3/
H A Dsyntax.php418 mail_send($this->params['adminMail'], $subj, $body, $conf['mailfrom']);
/plugin/sendpagecontent/
H A Daction.php38 …$err = mail_send('HIER E-MAIL-ADRESSE EINTRAGEN', 'Automatic Mail from DokuWiki at ...', $raw, $th…
/plugin/rtmchecklist/
H A Daction.php117 if(mail_send($rtmEmail,
/plugin/tokenbucketauth/
H A Daction.php278 mail_send($email, $subject, $body, $from);
/plugin/dokumicrobugtracker/
H A Dedit.php46 mail_send($to, $subject, $body, $from, $cc='', $bcc='', $headers=null, $params=null);
H A Dsyntax.php360 mail_send($to, $subject, $body, $from, $cc='', $bcc='', $headers=null, $params=null);
/plugin/doodle2/
H A Dsyntax.php400 mail_send($this->params['adminMail'], $subj, $body, $conf['mailfrom']);
/plugin/contactmodern/
H A Dsyntax.php191 if (mail_send($to, $subject, $comment, $email, '', '', 'Reply-to: '.$email)){
196 //we're using the included mail_send command because it's
/plugin/mailto/
H A Daction.php90 if(!mail_send($metas['plugin']['mailto']['to'],
/plugin/contact/
H A Dsyntax.php133 if (mail_send($to, $subject, $comment, $to)){
139 //we're using the included mail_send command because it's