Page 1 of 1

New bug email notification not being sent

Posted: 06 Sep 2005, 13:05
by cyberdinn
Hi,

When a new bug is declared into mantis, I would like that the project manager receive an email notification so he can assign the bug to a developer to resolve the issue.

At the moment, email notification are well being sent when we change a bug status , add a note , etc.. it works well ! but no mail are sent when a new bug is declared !
How can I do that ?
What conditions are needed ?

Thanks in advance.

Posted: 08 Sep 2005, 11:23
by cyberdinn
Do i'm the only one with this problem ?

Posted: 09 Sep 2005, 09:13
by cyberdinn
I've found the solution myself.

In the configuration file (config_inc.php) add the two following lines :

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

Posted: 10 Sep 2005, 17:50
by thraxisp
With 1.0.0rc1, you can do this in the GUI from Manage -> Manage Configuration -> Email Notifications.

Posted: 20 Sep 2005, 21:39
by odie3
So, if I go to the area [Email Notifications] and have my view to all Projects, then I check each option for Admin, Manager, Dev - they will then get emails for each change?


Edit:
Okay, I updated to rc2 - no help for me.

Emails I get:
New user registered and my own actions when I turned on $g_email_receive_own.

When I was adding notes a Dev told me he got emails for each test note that I added [which was a lot]. However, the ones he adds or real bug changes I get nothing .

I have all my profile settings for emails set to any. I have all the checked boxes checked in the New Manage Email Section [did that in rc1 too]. Which I think everyone should be getting emails on any change.

I even made a new Admin Account for me - still nothing. Mantis Email Hates Me I think!

I still can not find this email logging file....

Posted: 21 Sep 2005, 00:03
by odie3
Okay, I am thinking I have it setup wrong but for the life of me I can not figure it out.

It seems that if I add a issue myself, I will get emails.

If I start monitoring a bug, I will get emails.

If a new bug is added I do NOT get a email and nothing after that unless I start to monitor it.

So, I thought that you could get auto-emailed on new bugs and I though I could force members to get emails even if they where not monitoring them. Or am I wrong and nuts?

[1.0.0RC2] Same Problem with Email

Posted: 27 Sep 2005, 20:53
by javatopia
Hello,

I have the same problem with email notification in my installation, which was an upgrade from 0.18.3 to 1.0.0RC2. 0.18.3 worked great for email, always sending when new bugs were added. 1.0.0RC2 doesn't seem to send emails when a new bug is issued. I am the admin on all projects in my database.