三、在TestLink里配置mantis的界面参数。
  必须编辑testlink下/cfg/mantis.cfg.php,如下所示:

 

/** The DBhost to use when connecting to the mantis db */
Define('BUG_TRACK_DB_HOST', 'localhost');
/** The nameof the database that contains the mantis tables */
define('BUG_TRACK_DB_NAME','bugtracker');
/** The DBtype being used by mantis
values:mysql,mssql,postgres*/
define('BUG_TRACK_DB_TYPE','mysql');
/** The DBtype being used by mantis */
define('BUG_TRACK_DB_USER','root');
/** The DBpassword to use for connecting to the mantis db */
define('BUG_TRACK_DB_PASS','root');
/** link tothe bugtracking system, for viewing bugs */
define('BUG_TRACK_HREF',"http://localhost/mantis/view.php?id=");
/** link tothe bugtracking system, for entering new bugs */
define('BUG_TRACK_ENTER_BUG_HREF',http://localhost/mantis/);

   如果出现邮件无法发送的情况.可以在mantis config 里面关掉匿名访问.