标题: 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
楼上的,你说的那种不行的
/* 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.