$ret =mb_send_mail($to, $subject, $body, $headers);return$ret; } } 开发者ID:gammodoking,项目名称:kindle.server,代码行数:28,代码来源:Mail.php 示例7: send ▲点赞 1▼ functionsend(){global$tpl, $opt, $login;if(!$this->template_exists($this->name .'.tpl')) { $tpl->error(ER...