Searched full:bccgroup (Results 1 – 3 of 3) sorted by relevance
/plugin/groupmail/ |
H A D | CHANGELOG | 2 * bug with multiple bccgroup 8 * bug with bccgroup fixed 13 * Added support for bccemail, bccuser, bccgroup
|
H A D | README.textile | 70 bc. {{groupmail>toemail=example@mail.com|ccuser=dokuwikiuser|bccgroup=dokuwikigroup}} 98 | bccgroup=... | a (list of) dokuwiki group names to blind carbon copy email to. |
|
H A D | syntax.php | 42 'bccemail', 'bccuser', 'bccgroup' 201 $this->check_recipient_access($vals, 'bccgroup'); 263 … if (isset($data['bccgroup'])){ $title .= $sep.($and? '': 'bcc '). $data['bccgroup']; $sep=', ';} 416 $bccs = array_diff($this->_email_list('bccemail', 'bccuser', 'bccgroup'), $to, $ccs);
|