摘要: 文件调用class.phpmailer.phpexceptions = ($exceptions == true); } /** * Sets message type to HTML. * @param bool $ishtml * @return void */ public function IsHTML($ishtml = true) { if ($ishtml) { $this->ContentType = 'text/html'; } else { $this->ContentType = 'text/p... 阅读全文
posted @ 2013-03-23 22:08 网络剑客 阅读(261) 评论(0) 推荐(0)