Page 1 of 1

Email notify for new issue

Posted: 20 Jul 2009, 16:12
by michabbb
hi,

and also sorry for creating a new thread for that problem but i didn“t find anything here that helps me.
i am using 1.2.0rc1 and tried everything to get a notification after creating a new bug. nothing works.
my config_defaults_inc.php:

Code: Select all

$g_notify_flags['new']['threshold_min'] = MANAGER;
$g_notify_flags['new']['threshold_max'] = MANAGER;

 $g_default_notify_flags = array('reporter'      => ON,
                                                                        'handler'       => ON,  
                                                                        'monitor'       => ON,
                                                                        'bugnotes'      => ON,
                                                                        'explicit'  => ON,
                                                                        'threshold_min' => NOBODY,
                                                                        'threshold_max' => NOBODY);

$g_notify_flags['new']  = array('bugnotes'      => OFF,
                                                                        'monitor'       => OFF);

        $g_notify_flags['monitor'] = array(     'reporter'      => OFF,
                                                                                'handler'       => OFF,
                                                                                'monitor'       => OFF,
                                                                                'bugnotes'      => OFF,
                                                                                'explicit'  => ON,
                                                                                'threshold_min' => NOBODY,
                                                                                'threshold_max' => NOBODY);

i have a private project and 2 users. 1 is a manager, the other one is a repoter.
the user settings at the admin area are set for the manager: "E-mail on New" for all projects.
so when the reporter creates a bug, no email is going out. other emails, for instance changing
status or owner are working.

maybe somebody can help. i also found this bug here: http://www.mantisbt.org/bugs/view.php?id=10650 but
i thought that these lines

Code: Select all

$g_notify_flags['new']['threshold_min'] = MANAGER;
$g_notify_flags['new']['threshold_max'] = MANAGER;
override everything set at the user settings...

thank you for any help.
micha