Using Mantis 1.1.2
We were using mantis with a single project and email notifications were working perfectly.
Recently, it was decided to add a sub-project to the master project and now every email notification is sent twice to each user.
Removing the sub project and all issues is not desired - too much work went into the decision to use sub-projects and data migration to make it work for the business
Any idea how I can eliminate the duplicates?
TIA - JP
Duplicate emails being sent after adding subproject
Moderators: Developer, Contributor
-
jkpalmer52
- Posts: 78
- Joined: 23 Feb 2005, 17:29
- Location: US-Chicago area
Re: Duplicate emails being sent after adding subproject
Add the following lines to config_inc.php to trace how MantisBT collects the recipient.
Code: Select all
$g_log_level = LOG_EMAIL | LOG_EMAIL_RECIPIENT;
$g_log_destination = 'file:/tmp/mantisbt.log';