I want to enable the email notification for every action on Mantis and these emails will be received by everyone. so can any one please let know how the email configuration should be?
I used settings like the following, but i am not getting any email for new bug and any other changes, i only receive emails if someone send me a reminder.
$g_enable_email_notification = ON;
$g_default_notify_flags = array('reporter' => ON,
'handler' => ON,
'monitor' => ON,
'bugnotes' => ON,
'explicit' => ON,
'threshold_min' => NOBODY,
'threshold_max' => NOBODY);