mantis 설정
1703 단어 mantis
Listen 127.0.0.1:8080
#
Listen 192.168.142.37:8080
#
DocumentRoot "C:/Program Files/EasyPHP-Devserver-17/eds-www/mantisbt-2.6.0"
ServerName mantisserver
Options FollowSymLinks Indexes ExecCGI
AllowOverride All
Order deny,allow
Allow from 127.0.0.1
Allow from all
Require all granted
[mail function]
; For Win32 only.
SMTP =
smtp_port = 25
sendmail_from =
$g_phpMailer_path ='C:\Program Files\EasyPHP-Devserver-17\eds-www\mantisbt-2.6.0\vendor\phpmailer\phpmailer';
$g_use_phpMailer = ON;
$g_smtp_host=''; //
$g_smtp_username=''; //
$g_smtp_password=''; //
$g_phpMailer_method = PHPMAILER_METHOD_SMTP; # or PHPMAILER_METHOD_SMTP, PHPMAILER_METHOD_SENDMAIL
$g_webmaster_email = '';
$g_administrator_email = '';
$g_from_name = 'Mantis Bug Tracker';
$g_from_email = ''; # the "From: " field in emails
$g_return_path_email = ''; # the return address for bounced mail
$g_email_receive_own = OFF;
$g_email_send_using_cronjob = OFF;