Search found 2 matches

by fabio.abbiati
23 Jul 2015, 14:13
Forum: Help
Topic: Configure email SMTP
Replies: 2
Views: 39315

Re: Configure email SMTP

Thanks for the reply, I have solved the problem


Now Mantis sends mail using internal Exchange 2003 server with the following configuration:

$g_phpMailer_method = 2;
$g_smtp_host = 'name of server';
$g_smtp_username = 'domain\user';
$g_smtp_password = 'password';
$g_administrator_email = 'mantis ...
by fabio.abbiati
15 Jul 2015, 07:38
Forum: Help
Topic: Configure email SMTP
Replies: 2
Views: 39315

Configure email SMTP

Mantis Version : 1.2.19
PHP Version : 5.6.0
Database : MS SQL 2008
OS : Windows Server 2008 R2

Dear All,

I have just finish to install and configure mantis (first use) on a server and seems that all functions works properly except the sending email function.
I changed the "config_inc.php" file ...