Home
last modified time | relevance | path

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

/plugin/groupmail/
H A Dsyntax.php229 $sendlog = $data['sendlog'];
231 $sendlog = $this->getConf('sendlog');
237 if($this->_send_groupmail($captcha, $sendlog))
362 protected function _send_groupmail($captcha=false, $sendlog){ argument
389 if ( isset($sendlog) && $sendlog != '' ) {
390 $targetpage = htmlspecialchars(trim($sendlog));
H A DREADME.textile82 bc. {{groupmail>sendlog=:path:to:log:file}}
100 | sendlog=... | Define a dokuwiki file where all emails are prepended to. |
H A DCHANGELOG29 * added sendlog=..., to setup a log page where sent emails are logged