e-mail sender value not updating

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
SimchaW
Posts: 1
Joined: 24 Jan 2018, 07:53

e-mail sender value not updating

Post by SimchaW »

Since I upgrade Mantis from v1.2 to 2.8, outgoing mail has been coming from "Mantis Bug Tracker <noreply@example.com>". This is, of course, a problem because the mail servers of some of the users reject the messages as spam.
I'm using exim4 on the server to send mail.

This is the relevant section of my config_inc.php:
# --- Email Configuration ---
$g_phpMailer_method = PHPMAILER_METHOD_MAIL; # or PHPMAILER_METHOD_$
$g_smtp_host = 'localhost'; # used with PHP$
$g_smtp_username = ''; # used $
$g_smtp_password = ''; # used $
$g_administrator_email = 'mantis@suite-sol.com';
$g_webmaster_email = 'webmaster@suite-sol.com';
$g_from_email = 'mantis@suite-sol.com'; # the "From: " field in$
$g_return_path_email = 'mantis@suite-sol.com'; # the return address fo$
$g_from_name = 'Mantis Bug Tracker';
#

To me, that looks right. Any suggestions?

Thanks,
Simcha
Post Reply