您的位置: 首页 > 文章 > php 程序发送邮件失败 php 程序发送邮件失败 分类: 文章 • 2022-04-27 23:30:47 library/mail/phpmailer.php 文件中 */ public function IsSMTP() { $this->Mailer = 'smtp'; //原本是大写的 smtp大写的时候 默认是用系统sendmail发送邮件 改成小写 才是使用smtp服务器发送