Searched refs:sendMail (Results 1 – 9 of 9) sorted by relevance
/plugin/structpublish/helper/ |
H A D | notify.php | 61 $this->sendMail(implode(',', $recipients), $mailText); 69 public function sendMail($recipients, $mailText) 65 public function sendMail($recipients, $mailText) global() function in helper_plugin_structpublish_notify
|
/plugin/do/ |
H A D | helper.php | 302 $this->sendMail($recs, 'close', $task, $name, $commitmsg); 312 $this->sendMail($recs, 'reopen', $task, $name); 326 public function sendMail($receivers, $type, $task, $user = '', $msg = '') function in helper_plugin_do
|
/plugin/infomail/ |
H A D | action.php | 40 $this->sendMail(); 118 protected function sendMail() function in action_plugin_infomail
|
/plugin/recommend/helper/ |
H A D | mail.php | 17 public function sendMail($recipient, $sender, $replacements = []) function in helper_plugin_recommend_mail
|
/plugin/watchcycle/ |
H A D | action.php | 432 protected function sendMail($mail, $page) global() function in action_plugin_watchcycle
|
/plugin/recommend/ |
H A D | action.php | 232 $mailHelper->sendMail($recipients, $sender, $replacements);
|
/plugin/do/syntax/ |
H A D | do.php | 337 $this->hlp->sendMail($receivers, 'open', $data['task'], $data['task']['creator']);
|
/plugin/sequencediagram/bower_components/lodash/doc/ |
H A D | README.md | 3864 // Invoke `sendMail` when clicked, debouncing subsequent calls. 3865 jQuery(element).on('click', _.debounce(sendMail, 300, {
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.min.js.map | 1 … // invoke `sendMail` when the click event is fired, debouncing subsequent calls\n\t * jQuery(…
|