Page 1 of 1

IP-Address in eMail notification

Posted: 07 Jun 2005, 10:26
by Dirk
Hi there!

We have the problem that the email notification contains an ip-adress. Since this is our internal adress, we would like mantis to use the external domain-name instead of the ip.

Has someone managed to change this?

Thanks for your help in advance,
Dirk

Posted: 07 Jun 2005, 14:31
by thraxisp
I assume that you are referring to the view bug link in the email.

This is derived from the server address provided by the web server (see $g_path around line 52 in config_defaults.php). Ideally, this is set through the apache server directive "ServerName".