Changing the "admin" email link...

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
MarisaG2
Posts: 13
Joined: 12 Aug 2022, 02:27
Location: South San Francisco, CA
Contact:

Changing the "admin" email link...

Post by MarisaG2 »

I solved this before but don't remember what I did. Right now the link is "webmaster@example.com". Where do I change this? It's not using the admin user's email address...

Thx!
--- https://msbob.org - Support for MS Bob user interface
--- https://mundosangre.gameplayer.club - Official site for the Mundo Sangre RPG
--- https://pocketmud.com - Support and hosting for the CoffeeMUD MUD engine
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

Re: Changing the "admin" email link...

Post by cas »

add these links in core/config_inc.php and adjust accordingly:
$g_webmaster_email = 'webmaster@example.com';
$g_from_email = 'noreply@example.com'; # the "From: " field in emails
$g_return_path_email = 'admin@example.com'; # the return address for bounced mail
MarisaG2
Posts: 13
Joined: 12 Aug 2022, 02:27
Location: South San Francisco, CA
Contact:

Re: Changing the "admin" email link...

Post by MarisaG2 »

Thanks!
--- https://msbob.org - Support for MS Bob user interface
--- https://mundosangre.gameplayer.club - Official site for the Mundo Sangre RPG
--- https://pocketmud.com - Support and hosting for the CoffeeMUD MUD engine
Post Reply