Page 1 of 1

user not get email when he update or change an issue

Posted: 06 Mar 2017, 16:36
by btsharon
i am using version 2.0 and i am the admin of the mantis

i configure the email notifications to send email on all events.
it mean that i suppose to get email if something change whether it's change by me or other user.
but
when it change by other user - i got email
but when the change is done by ME - i don't get any email.

i add myself to the monitor list but nothing change.

is it a bug?
or maybe i need to configure something?

Re: user not get email when he update or change an issue

Posted: 06 Mar 2017, 20:09
by atrol
You can add the following line to file config_inc.php if you want to get email for own activities

Code: Select all

$g_email_receive_own = ON;