Search found 4 matches

by trung751581
04 Jan 2017, 02:24
Forum: Help
Topic: Connect Exchange Server
Replies: 1
Views: 4192

Connect Exchange Server

I installed Mantis 1.3 successfull . But when i connect it to my Exchange Server, it doesn't send email. I checked Event Viewer on Exchange Server and see below log:

Inbound authentication failed with error LogonDenied for Receive connector Default LABEX01. The authentication mechanism is Login ...
by trung751581
01 Jan 2017, 04:01
Forum: Help
Topic: Help to check config file. Mantis can not send email
Replies: 0
Views: 2630

Help to check config file. Mantis can not send email

Hi bro,

I config Mantis as below:
#Quote
<?php
$g_hostname = 'localhost';
$g_db_type = 'mysqli';
$g_database_name = 'aname';
$g_db_username = 'root';
$g_db_password = '';
$g_default_timezone = 'Europe/Vienna';
$g_crypto_master_salt = 'BD+GenZLjQQ04+JNQe5S3hSLP9AOaLiE4whENmkqv0E=';
$g_login_method ...
by trung751581
30 Dec 2016, 11:16
Forum: Help
Topic: How to configure email notification
Replies: 2
Views: 5577

Re: How to configure email notification

Hi bro,

This is my config:
#Quote
<?php
$g_hostname = 'localhost';
$g_db_type = 'mysqli';
$g_database_name = 'aname';
$g_db_username = 'root';
$g_db_password = '';
$g_default_timezone = 'Europe/Vienna';
$g_crypto_master_salt = 'BD+GenZLjQQ04+JNQe5S3hSLP9AOaLiE4whENmkqv0E=';
$g_login_method = LDAP ...
by trung751581
28 Dec 2016, 16:46
Forum: Help
Topic: How to configure email notification
Replies: 2
Views: 5577

How to configure email notification

Hi all,

I just installed new Mantis on my computer. Project and bug have been created.
Now i want to configure Mantis to send email to Owner (Originator or Reporter) and assign people when the bug is changed to "assigned" status . I try some method on internet but still can not get email when ...