Page 1 of 1

Duplicate emails being sent after adding subproject

Posted: 16 Dec 2011, 12:21
by jkpalmer52
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

Re: Duplicate emails being sent after adding subproject

Posted: 16 Dec 2011, 13:21
by atrol
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';