51Testing软件测试论坛

标题: 如何配置bugfree邮件设置,欢迎大家讨论 [打印本页]

作者: wiser.cheng    时间: 2005-3-31 09:48
标题: 如何配置bugfree邮件设置,欢迎大家讨论
大家一起讨论一下有关bugfree邮件设置
作者: xiasan2004    时间: 2007-9-3 13:36
最新的1.1版本上的邮件服务配置是如何设置的啊???
作者: xiasan2004    时间: 2007-9-3 13:37
看到的都是0.4或者0.5版本的一些相关配置,看过后还是不明白是怎么回事啊??
作者: 天使之泪    时间: 2007-10-9 11:56
配置BugFree发送Email
        修改 AMP\WWW\Bugfree\Include下的ConfigBug.inc.php。修改如下:
“/* 8. Mail setting. */$BugConfig["Mail"]["On"]          = true;$BugConfig["Mail"]["FromAddress"] = "cuteser@sina.com";$BugConfig["Mail"]["FromName"]    = "cuteser";$BugConfig["Mail"]["ReportTo"]    = array();  // Where bug statistics message sened to. If empty, to all users.$BugConfig["Mail"]["SendMethod"]  = "SMTP"; // "MAIL|SENDMAIL|SMTP|QMAIL";/* 9. SMTP param setting. */$BugConfig["Mail"]["SendParam"]["Host"]     = "smtp.sina.com";        //The server to connect. Default is localhost$BugConfig["Mail"]["SendParam"]["SMTPAuth"] = true;        //Whether or not to use SMTP authentication. Default is FALSE$BugConfig["Mail"]["SendParam"]["Username"] = "cuteser";    //The username to use for SMTP authentication.$BugConfig["Mail"]["SendParam"]["Password"] = "******";    //The password to use for SMTP authentication.”
        其中 $BugConfig["Mail"]["SendParam"]["Password"] = "******"; 中的密码是“cuteser”在新浪的邮箱的密码。
作者: ttkk    时间: 2010-8-17 11:28
标题: 回复 5# 的帖子
谢谢这位仁兄,我正需要,学习了!




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