I have a problem.
I want to recieve mail when a note added and can´t see where config.
I try to config in Admin/Config Admin/Email notify .. I check all to administrator
But not come a email when note added.
I also try to put in config_inc.php this:
Code: Select all
$g_default_notify_flags = array('reporter' => ON,
'handler' => ON,
'monitor' => ON,
'bugnotes' => ON,
'threshold_min' => DEVELOPER,
'threshold_max' => ADMINISTRATOR);
$g_notify_flags['new'] = array('bugnote' => ON,
'reopened' => ON,
'updated' => ON,
'monitor' => ON);How can do it ?
Thanks.