email configuration
Posted: 05 Jun 2010, 19:23
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:
I get:
thanks
when I set
Code: Select all
$g_from_email = 'foo';Is there any way to control the "title" part of the from email address sender field?...
Sender: Mantis Bug Tracker <foo@###.com>
...
thanks