Page 1 of 1

Mail configuration

Posted: 15 May 2013, 07:52
by ramesh.g
Hi,

I have installed Mantis in the Windows 2008 R2 server and it is working fine. Mail part is working properly to my local domain. But i need to add my client domain so that they could receive activation mail to my server. How can i do that in config file.
I made below changes in my config_defaults_inc.php

$g_hostname = 'my.ip';
$g_administrator_email = 'mymailid.com';
$g_enable_email_notification = ON;
$g_smtp_host = 'mail.server.xxx';
$g_smtp_port = 25;


I am getting mails internally to my office people. But my clients are using different domain. Should i specifically configure for that. Thanks in advance.