email configuration

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
jdobson
Posts: 3
Joined: 05 Jun 2010, 19:12

email configuration

Post by jdobson »

I've configured my $g_from_email several ways now and can't seem to get rid of the "Mantis Bug Tracker" at the beginning. Looking at the raw email header, here's what I see by default:
...
Sender: Mantis Bug Tracker <noreply@example.com>
...
when I set

Code: Select all

$g_from_email = 'foo';
I get:
...
Sender: Mantis Bug Tracker <foo@###.com>
...
Is there any way to control the "title" part of the from email address sender field?

thanks
atrol
Site Admin
Posts: 8580
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: email configuration

Post by atrol »

you have to set $g_from_name
Please use Search before posting and read the Manual
jdobson
Posts: 3
Joined: 05 Jun 2010, 19:12

Re: email configuration

Post by jdobson »

yep - that worked. thanks! I guess that should probably get added to the docs.
Post Reply