Email Notifications on Status Change

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Techsan118

Email Notifications on Status Change

Post by Techsan118 »

Hi Mantis Community, I am glad to find this great product. We are starting to use it and it is working great.

I am experiencing some issues i have tried to troubleshoot though. I have I have it setup to email on status change, but the emails are not sending.

Made the following settings:
- User has Email on Status Change Checked in preferences
- User has been added to project with appropriate security level.
- Email Notification has been checked for appropriate users in global configuration
- Email notification has been enabled in config

I see:
- Emails on issue creation
- Emails for new users
- Emails for updating users

I do not see:
- Emails on status changes
- Emails on Notes Added
- Emails on Close or Reopen
- Emails on Monitors added or Monitors Added

I have this on a clean install without custom statuses or user security levels. Let me know how yall can help.
atrol
Site Admin
Posts: 8575
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Email Notifications on Status Change

Post by atrol »

Which version of MantisBT do you use?
Please use Search before posting and read the Manual
Techsan118

Re: Email Notifications on Status Change

Post by Techsan118 »

I have tried 1.2.7 and 1.2.8
atrol
Site Admin
Posts: 8575
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Email Notifications on Status Change

Post by atrol »

To trace what is happening, add temporary the following lines to config_inc.php (maybe you have to adjust the path of the log destination)

Code: Select all

$g_log_level = LOG_EMAIL | LOG_EMAIL_RECIPIENT;
$g_log_destination = 'file:/tmp/mantisbt.log';
Please use Search before posting and read the Manual
Post Reply