发布新日志

  • bugfree大功告成

    2009-04-03 09:37:11

      原来一切是如此简单,放弃上份工作机会左思右想,自己还是很喜欢测试,不愿放弃测试。
      于是便开始自己坚持学习测试的相关知识。bugfree是我坚持的第一项成果,一直以来都觉得这个邮件设置是一项很麻烦的配置,我都望尘莫及,一直都不敢尝试。
      经过自己的坚持,bugfree在我的坚持下,已经完全弄好了。当收到bugfree的通知邮件时,心里的那个高兴啊,真是很难用言语来形容
      接下来一步,我要搞定qc的邮件配置。
      下面贴一份bugfree的邮件配置时需要修改的,以便测试同行们学习。
     
     修改 xampp\htdocs\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.”

Open Toolbar