php 程序发送邮件失败

library/mail/phpmailer.php  文件中

  */
  public function IsSMTP() {
    $this->Mailer = 'smtp';  //原本是大写的



smtp大写的时候 默认是用系统sendmail发送邮件

改成小写 才是使用smtp服务器发送

你可能感兴趣的:(phpmailer)