Hey there I am trying to set Mantis up so that it mainly emails people that are monitoring bugs but I have been unsuccessful to date with this. Email is wworking as I get emails for "users who reported bug" and "User who is handling this bug". Below is the configuration information that I am using to attempt to get notification via monitoring of bugs.
$g_default_notify_flags= array('reporter' => OFF,
'handler' => OFF,
'monitor' => ON,
'bugnotes' => OFF,
'threshold_min' => ANYBODY,
'threshold_max' => ANYBODY);
$g_notify_flags['reopened'] = array('reporter' => ON,
'handler' => ON);
$g_notify_flags['deleted'] = array('reporter' => ON);
$g_notify_flags['new'] = array('monitor' => OFF);
$g_notify_flags['feedback'] = array('handler' => ON);
$g_notify_flags['acknowledged'] = array('monitor' => OFF);
$g_notify_flags['confirmed'] = array('monitor' => OFF);
Any suggestions greatly appreciated.
Users Monitoring this Bug not getting email.
Moderators: Developer, Contributor