library/mail/phpmailer.php 文件中
*/ public function IsSMTP() { $this->Mailer = 'smtp'; //原本是大写的
smtp大写的时候 默认是用系统sendmail发送邮件
改成小写 才是使用smtp服务器发送
上一篇: PHP set_error_handler()函数的使用之二
下一篇:【php-redis】pub/sub 公开和订阅