Page 1 of 1

No email notification when status is changed to acknowledged

Posted: 09 Aug 2009, 10:07
by andy
Hi,

My email settings:

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

that's it, no other email settings.

The intention is to let Mantis only sends notification to people related to the issue.

The system works as expected at the status of assigned, resolved, and closes, bugnotes, but there was no
notification at acknowledged and confirmed.

Any thing wrong with the settings? could someone help me?

Here is the log:
2009-08-08 13:11 CST mail bug=403, type=new, msg=email_notification_title_for_action_bug_submitted, recipients=()
2009-08-08 13:12 CST mail bug=403, type=owner, msg=email_notification_title_for_action_bug_assigned, recipients=(assignee@abc.com)
2009-08-08 13:12 CST mail bug=403, type=acknowledged, msg=email_notification_title_for_status_bug_acknowledged, recipients=()
2009-08-08 13:12 CST mail bug=403, type=confirmed, msg=email_notification_title_for_status_bug_confirmed, recipients=()
2009-08-08 13:12 CST mail bug=403, type=resolved, msg=email_notification_title_for_status_bug_resolved, recipients=(reporter@abc.com)