配置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”在新浪的邮箱的密码。