Home
last modified time | relevance | path

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

/plugin/groupmail/
H A Dsyntax.php315 private function _email_list(){ // string, string ... function in syntax_plugin_groupmail
410 $to = $this->_email_list('toemail', 'touser', 'togroup');
415 $ccs = array_diff($this->_email_list('ccemail', 'ccuser', 'ccgroup'), $to);
416 $bccs = array_diff($this->_email_list('bccemail', 'bccuser', 'bccgroup'), $to, $ccs);