标题: 本地设置bugfree怎么收不到邮件 [打印本页] 作者: tt123456tt 时间: 2009-9-26 16:48 标题: 本地设置bugfree怎么收不到邮件 我在本地弄了一个BUGFREE
然后设置了如下代码。
但是每次新建BUG,指派给的那个人总是收不邮件。
/* 8. Mail setting. */
$_CFG['Mail']['On'] = true;
$_CFG['Mail']['FromAddress'] = "12083633@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'] = '12083633'; // The username to use for SMTP authentication.
$_CFG['Mail']['SendParam']['Password'] = 我的密码'; // The password to use for SMTP authentication.