$g_to_email replacement
Posted: 22 Jun 2005, 02:57
I have been reading the documentation and user comments on the removal of $g_to_email. The documentation refers to creating a dummy user with "appropriate access level". I seem unable to do this.
I am using Mantis 1.0.0a3.
I have created a dummy user and given them the email address of a mailing list. The account preferences for that user are set to get all types of notifications for any severity level. At present, they seem to be notified only of bugs they participate in. I want them to know everything about everything.
I have the default value:
$g_default_notify_flags = array('reporter' => ON,
'handler' => ON,
'monitor' => ON,
'bugnotes' => ON,
'threshold_min' => NOBODY,
'threshold_max' => NOBODY);
$g_notify_flags['new'] = array('bugnotes' => OFF,
'monitor' => OFF);
Clues please. The goal: a mailing list to which all changes are sent. Thank you.
I am using Mantis 1.0.0a3.
I have created a dummy user and given them the email address of a mailing list. The account preferences for that user are set to get all types of notifications for any severity level. At present, they seem to be notified only of bugs they participate in. I want them to know everything about everything.
I have the default value:
$g_default_notify_flags = array('reporter' => ON,
'handler' => ON,
'monitor' => ON,
'bugnotes' => ON,
'threshold_min' => NOBODY,
'threshold_max' => NOBODY);
$g_notify_flags['new'] = array('bugnotes' => OFF,
'monitor' => OFF);
Clues please. The goal: a mailing list to which all changes are sent. Thank you.