您的位置:軟件測試 > 開源軟件測試 > 開源Bug管理工具 > BugFree
Bugfree郵件發(fā)送設(shè)置
作者:網(wǎng)絡(luò)轉(zhuǎn)載 發(fā)布時間:[ 2013/12/17 10:15:22 ] 推薦標(biāo)簽:

近在使用bugfree,根據(jù)前人的總結(jié)和自己的實(shí)踐終于把郵件發(fā)送配置好了,下面總結(jié)配置(已QQ郵箱為例)版本EasyPHP-5.3.5.0+bugfree2.0.4
 
一.郵件發(fā)送配置
1.      EasyPHP-5.3.5.0apachephp.ini修改SMTP和sendmail_form如下:

[mail function]
; For Win32 only.
;http://php.net/smtp
SMTP = smtp.qq.com
;http://php.net/smtp-port
smtp_port = 25
; For Win32 only.
;http://php.net/sendmail-from
;sendmail_from =bugfree123@qq.com
 
2.bugfreeInclude Config.inc.php

修改此文件中的

①    [mailReportUser]如下圖增加賬號和郵箱,admin一定要增加,其他人可以不加

$_CFG['MailReportUser'] = array('admin','bugfree123@qq.com','wangxy','wangxy@qq.com')

②    修改fromAdress,HOST,SMTPAUTH

/* 8. Mail setting. */

$_CFG['Mail']['On']         = true; //開啟郵件

$_CFG['Mail']['FromAddress'] = " bugfree123@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'; // SMTP郵箱主機(jī)

$_CFG['Mail']['SendParam']['SMTPAuth'] = true;   // Whether or not to use SMTP authentication. Default is FALSE

$_CFG['Mail']['SendParam']['Username'] = 'bugfree123@qq.com'; //發(fā)送郵箱賬號

二。    修改郵件發(fā)送時間與系統(tǒng)時間不一致

1.      修改EasyPHP-5.3.5.0apachephp.ini文件中

去掉http://php.net/date.timezone前面的分號;

再把date.timezone = Europe/Paris修改為date.timezone =Asia/shanghai

2.在EasyPHP-5.3.5.0mysqlmy.ini

找到[mysql]在默認(rèn)語言下面修改,沒有新增

default-time-zone = Asia/Shanghai

如果前兩步修改不生效,再修改第三步的文件

3.修改conf_files文件下

①httpd.conf文件中1021行

 修改php_value date.timezone "Asia/Shanghai"

  ②php.ini文件中去掉http://php.net/date.timezone前面的分號;

再把date.timezone = Europe/Paris修改為date.timezone = Asia/shanghai

①    my.ini文件中找到[mysql]

上一頁12下一頁
軟件測試工具 | 聯(lián)系我們 | 投訴建議 | 誠聘英才 | 申請使用列表 | 網(wǎng)站地圖
滬ICP備07036474 2003-2017 版權(quán)所有 上海澤眾軟件科技有限公司 Shanghai ZeZhong Software Co.,Ltd