Connect Exchange Server

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
trung751581
Posts: 4
Joined: 28 Dec 2016, 16:38

Connect Exchange Server

Post by trung751581 »

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. The source IP address of the client who tried to authenticate to Microsoft Exchange is [10.142.34.11].

Could you help me to check how to fix these problem

Thanks
Henry
mantisNoob2
Posts: 8
Joined: 30 May 2017, 16:36

Re: Connect Exchange Server

Post by mantisNoob2 »

I'm having the same problem with the Exchange Server. Did you resolve this? Gmail worked fine, but not the internal exchange server.

Here's what I've tried:

$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = '192.168.0.XXX'; //Also tried remote outlook address
$g_smtp_username = 'username@gmail.com'; //Also tried this with no username/password
$g_smtp_password = 'yourpassword';
$g_smtp_connection_mode = ''; //Also tried tls and ssl
$g_smtp_port = 25;
Post Reply