E-mail notifications to all users added to private project
Posted: 23 Jul 2005, 13:11
Hi,
I'd like ask someone to help me customize the e-mail notifications
settings in order to all users added to a private project will get
all e-mail notifications by default (but they should be able to enable/disable each notification type in the account preferences)
Currently, I have in following settings in my config_inc.php file:
$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'=> ON,
'monitor' => ON);
I'm not sure if $g_notify_flags['new'] is set properly.
It seems that notifications are turned on only for
bugnotes and reports changes.
My aim is to send all notifications to all project assaigned users.
I removed $g_default_notify_flags and $g_notify_flags from the config_defaults_inc.php file.
Thanks for any help
I'd like ask someone to help me customize the e-mail notifications
settings in order to all users added to a private project will get
all e-mail notifications by default (but they should be able to enable/disable each notification type in the account preferences)
Currently, I have in following settings in my config_inc.php file:
$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'=> ON,
'monitor' => ON);
I'm not sure if $g_notify_flags['new'] is set properly.
It seems that notifications are turned on only for
bugnotes and reports changes.
My aim is to send all notifications to all project assaigned users.
I removed $g_default_notify_flags and $g_notify_flags from the config_defaults_inc.php file.
Thanks for any help