MantisBT can be downloaded from the following link.
https://www.mantisbt.org/download.php
Then MantisBT should be configured as follows for web based accessing through team members.
smtp.gmail.com
$g_log_destination = 'file:C:\mantisbt.log';
$g_smtp_port = '587';
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'smtp.gmail.com';
$g_smtp_username = 'username@gmail.com';
$g_smtp_password = 'yourpassword';
$g_smtp_connection_mode = 'ssl';
$g_smtp_port = 465;
Now MantisBT can be used for bug tracking and reporting in software Quality Assurance.
No comments :
Post a Comment