Mantis - How to get all email notifications including own actions?

736 Views Asked by At

We are using Mantis 1.1.2.

Whenever a user makes changes in the system, you get an email notification automatically.

However if I myself make changes to the system, everyone gets the notification email except the one editing it, in this case myself.

I searched for the notification settings but did not find anything.

How to enable the email notification also for actions done by myself?

1

There are 1 best solutions below

1
On BEST ANSWER

You should define $g_email_receive_own = ON; in your config_inc.php file.

Source: MantisBT administration guide, email section .