51Testing软件测试论坛

标题: bugfree本地设置了就是收不到邮件 [打印本页]

作者: tt123456tt    时间: 2009-9-26 16:35
标题: bugfree本地设置了就是收不到邮件
我在本地设置了BUGFREE。是本机登录的。
我想设置一个QQ邮箱的发邮件,可是怎么都收不到邮件呀
/* 8. Mail setting. */
$_CFG['Mail']['On']          = true;
$_CFG['Mail']['FromAddress'] = "1208362791@qq.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.qq.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'] = '1208362722';       // The username to use for SMTP authentication.
$_CFG['Mail']['SendParam']['Password'] = '我的密码';       // The password to use for SMTP authentication.
作者: 开着拖拉机上班    时间: 2009-11-3 15:41
UserName=1208362791@qq.com
作者: xidian2000wyc    时间: 2009-11-19 16:25
楼上的,你说的那种不行的

我这几天被发送邮件这个问题折磨死

怎么设置都无效,都收不到右键

期待高手解惑
作者: 开着拖拉机上班    时间: 2009-11-19 18:17
标题: 回复 3# 的帖子
你可以试试163的服务或者sina的!
因为这些邮件免费服务商会封掉smtp服务,我一直在用163的,很好用!
不要在一棵树上吊死!
吼吼吼
作者: QA_BAY    时间: 2009-11-24 10:10
正确,我设置的就是用163的。可以发送!
作者: 11111    时间: 2009-11-25 15:31
$_CFG['Mail']['On']          = true;
$_CFG['Mail']['FromAddress'] = "yujuan_cong@jnlan.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']     = 'mail.jnlan.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'] = 'yujuan_cong';       // The username to use for SMTP authentication.
$_CFG['Mail']['SendParam']['Password'] = '我的密码';       // The password to use for SMTP authentication.

就是发送不了邮件,为什么呢,帮我看看呢
作者: 开着拖拉机上班    时间: 2009-11-25 16:43
标题: 回复 6# 的帖子
$_CFG['Mail']['SendParam']['Username'] = yujuan_cong@jnlan.com
作者: 11111    时间: 2009-11-26 09:42
原帖由 开着拖拉机上班 于 2009-11-25 16:43 发表
$_CFG['Mail']['SendParam']['Username'] = yujuan_cong@jnlan.com

改了也还是不行,郁闷呢,不知道为什么,是当我在填写bug后,有指派人,和超送人时,保存后,就会发送吗,还是有其他操作啊~~~
作者: 开着拖拉机上班    时间: 2009-11-26 09:52
原帖由 11111 于 2009-11-26 09:42 发表

改了也还是不行,郁闷呢,不知道为什么,是当我在填写bug后,有指派人,和超送人时,保存后,就会发送吗,还是有其他操作啊~~~



1、确定你们的公司邮箱有SMTP服务!
2、确定不是发送给自己!
3、实在不行你可以用163的试试。
作者: 11111    时间: 2009-11-26 09:52
改为163的就可以了,不知道为什么用公司的服务器不能发送呢,太奇怪了~~~~~
作者: 11111    时间: 2009-11-26 09:53
期待有高手解决哦~~~~~~~
作者: 11111    时间: 2009-11-26 10:46
还有一个问题,我用自己的邮箱可以,但是重新注册了一个邮箱,确实不能用的,这又是为什么呢
作者: 11111    时间: 2009-11-26 10:46
情况是我重新注册了一个邮箱,然后在配置中,改为新邮箱,但是却不能发送,难道是新邮箱积分太低?疑惑
作者: lmm123210    时间: 2012-2-7 12:04
回复 1# tt123456tt


    你的"UserName=1208362791"才对。
作者: lmm123210    时间: 2012-2-7 12:06
回复 13# 11111


    不是邮箱几分太低,而是看你新注册的邮箱能不能支持邮件的发送。
作者: kvkui    时间: 2012-12-25 11:22
回复 10# 11111


    把端口号改为你们公司的smtp端口号就可以发送啦!呵呵
作者: yun@123    时间: 2013-4-2 13:32
弱弱的问一下这个邮件到底是怎么用的。




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2