Mail configuration

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
ramesh.g
Posts: 5
Joined: 12 Apr 2013, 09:55

Mail configuration

Post 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.
Post Reply