IP-Address in eMail notification

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Dirk
Posts: 1
Joined: 07 Jun 2005, 10:22

IP-Address in eMail notification

Post 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
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

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