library/mail/phpmailer.php 文件中
*/ public function IsSMTP() { $this->Mailer = 'smtp'; //原本是大写的
smtp大写的时候 默认是用系统sendmail发送邮件
改成小写 才是使用smtp服务器发送