2.2.0 -> Email Notofications are not working

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
JensMG
Posts: 1
Joined: 22 Mar 2017, 08:48

2.2.0 -> Email Notofications are not working

Post by JensMG »

Hello,

we have an issue with email notifications on status changes on projects.

We are using Exim4 on Debian 8.1. Also, new user notifications in mantis are working. New users receive an email with request for setting their passwords.
So I think, basic mail settings are correct.

But all affected users should receive an email notification as soon as there are changes on tracked issues ... But they do not get any ...

Any ideas?

Best Jens
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: 2.2.0 -> Email Notofications are not working

Post by atrol »

You can enable email logging
http://www.mantisbt.org/docs/master/en- ... ig.logging
Add the following lines to file config_inc.php and adjust to your needs

Code: Select all

$g_log_level = LOG_EMAIL | LOG_EMAIL_RECIPIENT;
$g_log_destination = 'file:/var/log/mantis.log';
Please use Search before posting and read the Manual
Post Reply