/plugin/sendpagecontent/ |
H A D | action.php | 38 …$err = mail_send('HIER E-MAIL-ADRESSE EINTRAGEN', 'Automatic Mail from DokuWiki at ...', $raw, $th…
|
/plugin/contact/ |
H A D | syntax.php | 133 if (mail_send($to, $subject, $comment, $to)){ 139 //we're using the included mail_send command because it's
|
/plugin/mailto/ |
H A D | action.php | 90 if(!mail_send($metas['plugin']['mailto']['to'],
|
/plugin/dokumicrobugtracker/ |
H A D | edit.php | 46 mail_send($to, $subject, $body, $from, $cc='', $bcc='', $headers=null, $params=null);
|
H A D | syntax.php | 360 mail_send($to, $subject, $body, $from, $cc='', $bcc='', $headers=null, $params=null);
|
/plugin/contactmodern/ |
H A D | syntax.php | 191 if (mail_send($to, $subject, $comment, $email, '', '', 'Reply-to: '.$email)){ 196 //we're using the included mail_send command because it's
|
/plugin/recommend/ |
H A D | action.php | 145 mail_send($recipient, 'Page recommendation', $mailtext, $sender);
|
/plugin/rtmchecklist/ |
H A D | action.php | 117 if(mail_send($rtmEmail,
|
/plugin/blogtng/helper/ |
H A D | comments.php | 265 mail_send('', $title, $atext, $conf['mailfrom'], '', implode(',', $mails)); 284 …mail_send($row['mail'], $title, str_replace('@UNSUBSCRIBE@', wl($entry['page'],array('btngu'=>$row… 307 mail_send($mail, $title, $text, $conf['mailfrom']);
|
/plugin/tokenbucketauth/ |
H A D | action.php | 278 mail_send($email, $subject, $body, $from);
|
/plugin/linkback/ |
H A D | tools.php | 122 mail_send($to, $subject, $text, $conf['mailfrom'], '');
|
/plugin/issuetracker/ |
H A D | edit.php | 73 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 D | action.php | 2685 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);
|
H A D | syntax.php | 983 mail_send($to, $subject, $body, $from, $cc, $bcc='', $headers=null, $params=null);
|
/plugin/task/ |
H A D | helper.php | 338 mail_send($to, $subject, $text, $conf['mailfrom'], '', $bcc);
|
/plugin/doodle2/ |
H A D | syntax.php | 400 mail_send($this->params['adminMail'], $subj, $body, $conf['mailfrom']);
|
/plugin/doodle3/ |
H A D | syntax.php | 418 mail_send($this->params['adminMail'], $subj, $body, $conf['mailfrom']);
|
/plugin/doodle4/ |
H A D | syntax.php | 472 mail_send($this->params['adminMail'], $subj, $body, $conf['mailfrom']);
|
/plugin/glossary/ |
H A D | glossary.class.php | 928 mail_send ($mailTo, $mailSubject, $mailContent);
|
/plugin/schedule/ |
H A D | schedules.class.php | 1654 mail_send ($userinfo['mail'], $mailSubject, $mailContent);
|