No notification after status change
Posted: 10 Dec 2007, 13:46
I have customised things like status and impact and am trying to get e-mail notification correct. So far without success. If I change an issue's status, Mantis doesn't always send an e-mail. Why not?
I have set:
This should send reporter, handler and monitor an e-mail of every change, right? It doesn't work for most status changes. After that I defined the g_notify_flags for every status, but still no effect.
If I check the "e-mail notification" settings page, everything is exactly as I would want it to be. Those are the default settings, I have no project or user specific settings. All my custom-made statuses are there, all the right checkboxes are checked, but no e-mail...
Can anybody please give me a hint as to where I should look?
I use Mantis 1.1.0rc3 on a Linux/Apache installation.
Cheers,
Hans
I have set:
Code: Select all
$g_default_notify_flags = array('reporter' => ON,
'handler' => ON,
'monitor' => ON,
'threshold_min' => NOBODY,
'threshold_max' => NOBODY);
If I check the "e-mail notification" settings page, everything is exactly as I would want it to be. Those are the default settings, I have no project or user specific settings. All my custom-made statuses are there, all the right checkboxes are checked, but no e-mail...
Can anybody please give me a hint as to where I should look?
I use Mantis 1.1.0rc3 on a Linux/Apache installation.
Cheers,
Hans