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

StackOverflow https://stackoverflow.com/questions/20683128

  •  19-09-2022
  •  | 
  •  

Вопрос

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?

Это было полезно?

Решение

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

Source: MantisBT administration guide, email section .

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top