library/mail/phpmailer.php 文件中
*/ public function IsSMTP() { $this->Mailer = 'smtp'; //原本是大写的
smtp大写的时候 默认是用系统sendmail发送邮件
改成小写 才是使用smtp服务器发送
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn