打印

[BUG反馈] 2.6 邮箱配置问题

[复制链接]
查看: 993   回复: 4
1
datena 发表于 2016-5-28 11:24:27 | 显示全部楼层
Phpmailer_class.php

  public function IsSMTP() {
    $this->Mailer = 'SMTP';
    function_exists ( 'fsockopen' ) and $this->Mailer='smtp';
  }


改成

  public function IsSMTP() {
    $this->Mailer = 'SMTP';
    function_exists ( 'fsockopen' ) and $this->Mailer='SMTP';
  }


smtp要大写。。。。尼玛技术太粗心了
您需要登录后才可以回帖   登录 注册

高级模式

|小黑屋|官方微博|QQ空间|每日签到|客客专业威客|众包建站系统 ( 鄂ICP备11009411号-1 )

Powered by Discuz! X3.2 © 2001-2018 Comsenz Inc.