wrdskey111 发表于 2014-6-12 11:24:25

【求助】bugfree邮箱设置时,免费邮箱可以发送邮件,但企业邮箱却不能发送邮件;

bugfree邮箱设置时,免费邮箱可以发送邮件,但企业邮箱却不能发送邮件;

我的网易企业邮箱wrd@xfacetech.com

邮箱设置
/* 8. Mail setting. */
$_CFG['Mail']['On']          = true;
$_CFG['Mail']['FromAddress'] = "wrd@xfacetech.com";
$_CFG['Mail']['FromName']    = 'BugFree';
$_CFG['Mail']['ReportTo']    = array();// Where bug statistics message sened to. If empty, to all users.
$_CFG['Mail']['SendMethod']= 'SMTP';   // MAIL|SENDMAIL|SMTP|QMAIL

/* 9. SMTP param setting. */
$_CFG['Mail']['SendParam']['Host']   = 'smtp.163.com';       // The server to connect. Default is localhost
$_CFG['Mail']['SendParam']['SMTPAuth'] = true;    // Whether or not to use SMTP authentication. Default is FALSE
$_CFG['Mail']['SendParam']['Username'] = 'wrd';       // The username to use for SMTP authentication.
$_CFG['Mail']['SendParam']['Password'] = '******';       // The password to use for SMTP authentication.

请问有什么不对的地方吗?

wrdskey111 发表于 2014-6-12 11:56:05

有哪位大神指点一下

wrdskey111 发表于 2014-6-12 17:04:47

企业邮箱服务器不是163,'smtp.163.com'不对;已解决。

wrdskey111 发表于 2014-6-12 17:05:24

已解决

msnshow 发表于 2014-8-31 22:23:39

是配置问题对吧

qiangshao5200 发表于 2014-9-5 11:15:34

看见LZ的神贴, 本神心里不由一沉,脸上布满了惊骇,略微皱了皱眉,沉吟了一会,缓缓抬起了头,表情淡漠,又面露凝重之色。
页: [1]
查看完整版本: 【求助】bugfree邮箱设置时,免费邮箱可以发送邮件,但企业邮箱却不能发送邮件;