用户
 找回密码
 入住 CI 中国社区
搜索
查看: 2127|回复: 1
收起左侧

[HELP] 用email发送邮件问题, 求大神帮忙

[复制链接]
发表于 2014-9-30 10:58:59 | 显示全部楼层 |阅读模式
本帖最后由 123tsg 于 2014-9-30 14:08 编辑

Email类配置163邮箱发送成功
Email类配置QQ邮箱发送邮件失败,不知道是什么问题(qq邮箱的smtp已设置)
smtp.exmail.qq.com 和 smtp.qq.com都失败
    private $config = array(
        'protocol' => 'smtp',
        'smtp_port' => 25,
        'smtp_timeout' => 5,
        'wordwrap' => true,
        'wrapchars' => 20,
        'mailtype' => 'html',
        'charset' => 'utf-8',
        'validate' => true,
        'newline ' => '\r\n',
        'crlf' => '\r\n'
    );

以下是错误调试信息

User-Agent: CodeIgniter
Date: Tue, 30 Sep 2014 13:56:23 +0800
From: "63149122@qq.com" <63149122@qq.com>
Return-Path: <63149122@qq.com>
To: 86378778@qq.com
Subject: =?UTF-8?Q?=e5=9b=ad=e5=8c=ba=e6=b3=a8=e5=86=8c?=
Reply-To: "63149122@qq.com" <63149122@qq.com>
X-Sender: 63149122@qq.com
X-Mailer: CodeIgniter
X-Priority: 1 (Highest)
Message-ID: <542a46072ef41@qq.com>
Mime-Version: 1.0


Content-Type: multipart/alternative; boundary="B_ALT_542a46072ef47"

This is a multi-part message in MIME format.
Your email application may not support this format.

--B_ALT_542a46072ef47
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

鎰熻阿鎮ㄦ敞鍐屼负鍥尯锛宼hanks锛侊紒锛�


--B_ALT_542a46072ef47
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

鎰熻阿鎮ㄦ敞鍐屼负鍥尯锛宼hanks锛侊紒锛�

--B_ALT_542a46072ef47--



发表于 2014-9-30 16:38:30 | 显示全部楼层
你用163的邮箱试下 看看可以不
记得把163的smtp选项打开

本版积分规则