email-notification
Posted: 28 Apr 2005, 13:37
What is relation between $g_default_notify_flags,
user preferences and user_pref_table ?
I have
$g_default_notify_flags = array('reporter' => ON,
'handler' => ON,
'monitor' => ON,
'bugnotes' => ON,
'threshold_min' => MANAGER,
'threshold_max' => MANAGER);
I also tried :
$g_notify_flags['new']['threshold_min']=MANAGER;
$g_notify_flags['new']['threshold_max']=MANAGER;
What I want : Managers should receive notification based on user preferences settings.
Other user sholud not receive email on new at all.
Now : All users receives email on new, event though I set it to 0 in database.
regards
user preferences and user_pref_table ?
I have
$g_default_notify_flags = array('reporter' => ON,
'handler' => ON,
'monitor' => ON,
'bugnotes' => ON,
'threshold_min' => MANAGER,
'threshold_max' => MANAGER);
I also tried :
$g_notify_flags['new']['threshold_min']=MANAGER;
$g_notify_flags['new']['threshold_max']=MANAGER;
What I want : Managers should receive notification based on user preferences settings.
Other user sholud not receive email on new at all.
Now : All users receives email on new, event though I set it to 0 in database.
regards