Home
last modified time | relevance | path

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

/plugin/authucenter/lib/uc_client/model/
H A Dmail.php87 return $this->send_one_mail($mail);
103 if($this->send_one_mail($mail)) {
115 if ($this->send_one_mail($this->_get_mail_by_id($mailid))) {
121 function send_one_mail($mail) { function in mailmodel