Home
last modified time | relevance | path

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

/dokuwiki/inc/ !
H A DMailer.class.php31 protected $sendparam; variable in Mailer
242 $this->sendparam = $param;
789 'params' => &$this->sendparam,
845 if ($this->sendparam === null) {
848 $success = @mail($to, $subject, $body, $headers, $this->sendparam);