user not get email when he update or change an issue

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
btsharon
Posts: 9
Joined: 02 Mar 2017, 15:31

user not get email when he update or change an issue

Post 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?
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

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

Post 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;
Please use Search before posting and read the Manual
Post Reply