您的位置:软件测试 > 开源软件测试 > 开源Bug管理工具 > Mantis
testlink&mantis系列:Mantis配置修改
作者:网络转载 发布时间:[ 2013/12/24 10:47:27 ] 推荐标签:配置 mantis


1.1.8. 分派列表显示真实姓名

config_defaults_inc.php

/**

 * show users with their real name or not

 * @global int $g_show_realname

 */

//$g_show_realname = OFF;

=》

$g_show_realname = ON;


1.1.9. mantis邮件配置

config_defaults_inc.php

SMTP服务器设置:

$g_phpMailer_method= PHPMAILER_METHOD_MAIL;

$g_smtp_host= 'localhost';

$g_smtp_username = '';

$g_smtp_password = '';

=>

$g_phpMailer_method= PHPMAILER_METHOD_SMTP;

$g_smtp_host= '192.168.146.182';

$g_smtp_username= 'luly@luly182.com';

$g_smtp_password= 'abc1233';

邮件帐号设置:

$g_administrator_email= 'luly@luly182.com'

$g_webmaster_email= 'luly@luly182.com'

 $g_from_email= 'luly@luly182.com'

$g_from_name= 'Mantis Bug Tracker';

$g_return_path_email= 'luly@luly182.com';

以上内容进行对应的设置;

上一页12345下一页
软件测试工具 | 联系我们 | 投诉建议 | 诚聘英才 | 申请使用列表 | 网站地图
沪ICP备07036474 2003-2017 版权所有 上海泽众软件科技有限公司 Shanghai ZeZhong Software Co.,Ltd