Home
last modified time | relevance | path

Searched refs:sendparam (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/inc/
H A DMailer.class.php29 protected $sendparam;
184 $this->sendparam = $param;
731 'params' => &$this->sendparam,
787 if ($this->sendparam === null) {
790 $success = @mail($to, $subject, $body, $headers, $this->sendparam);
26 protected $sendparam = null; global() variable in Mailer