Dear All,
I still get this working

...
Let me again reiterate what I am looking..
When reporting an issue, I would like to automaticaly send a notification to all users that are added to the respective project? Presently notification is going to the repoter(who reported the issue),developer ( based on category i have assigned automatically),manager of the project. But I have one more member in the project who is a reporter, he doesn't get the notification

. Does mantis is capable of doing this?
I have modified the default flags in config_inc.php as follows..
$g_default_notify_flags = array('reporter' => ON,
'handler' => ON,
'monitor' => ON,
'bugnotes' => ON,
'explicit' => ON,
'threshold_min' => ANYBODY,
'threshold_max' => ADMINISTRATOR);
$g_notify_flags['new']['threshold_min'] = ANYBODY;
$g_notify_flags['new']['threshold_max'] = ADMINISTRATOR;
It doesn't work..I couldn't get any clue from the email log as well,,
Can somebody from the Forum help?