Duplicate emails being sent after adding subproject

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
jkpalmer52
Posts: 78
Joined: 23 Feb 2005, 17:29
Location: US-Chicago area

Duplicate emails being sent after adding subproject

Post 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
atrol
Site Admin
Posts: 8542
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Duplicate emails being sent after adding subproject

Post 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';
Please use Search before posting and read the Manual
Post Reply