修改文件:bugfreecongif.inc.php3.0.4版本修改文件xampphtdocsbugfreeprotectedconfigmain.php
修改内容:
$_CFG['Mail']['On']= true;
$_CFG['Mail']['FromAddress']= "15904w@163.com";//发送邮箱地址
$_CFG['Mail']['FromName']= 'BugFree'; //邮件显示名称
$_CFG['Mail']['ReportTo']= array(); // Where bug statistics message senedto. If empty, to all users.
$_CFG['Mail']['SendMethod'] ='SMTP'; //MAIL|SENDMAIL|SMTP|QMAIL
$_CFG['Mail']['SendParam']['Host']= 'smtp.163.com';// 前提:发送的邮箱必须开通smtp
$_CFG['Mail']['SendParam']['SMTPAuth'] =true; //Whether or not to use SMTP authentication. Default is FALSE
$_CFG['Mail']['SendParam']['Username']= '15904w@163.com';// 发送邮箱的用户名全称
$_CFG['Mail']['SendParam']['Password']= '邮箱的密码';
3.0.4版本修改源文件xampphtdocsbugfreeprotectedconfigmain.php