The reporter doesnt get an e-mail when I replied to him with a note

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
ayca1903
Posts: 2
Joined: 28 Sep 2018, 13:19

The reporter doesnt get an e-mail when I replied to him with a note

Post by ayca1903 »

The reporter doesnt get an e-mail when I replied to him with a note or change the status of the issue. How can I change this function? For the users all of the e-mail notifications are in use except for last 2 notification. I asked a question in the note for the reporter and changed the status, but the reporter didnt get any emails so he dont know he should answer to the issue.
atrol
Site Admin
Posts: 8374
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: The reporter doesnt get an e-mail when I replied to him with a note

Post by atrol »

You can enable email tracing to see what happens
Temporary add the following lines to config_inc.php and adjust to your needs

Code: Select all

$g_log_level = LOG_EMAIL | LOG_EMAIL_RECIPIENT;
$g_log_destination = 'file:/tmp/mantisbt.log';
For more details see https://www.mantisbt.org/docs/master/en ... ig.logging
Please use Search before posting and read the Manual
ayca1903
Posts: 2
Joined: 28 Sep 2018, 13:19

Re: The reporter doesnt get an e-mail when I replied to him with a note

Post by ayca1903 »

I don't get an email If I am a reporter. So I know, All of the users dont get an email in this situation. We need email notification for reporters, Is there a parameter about that?
atrol
Site Admin
Posts: 8374
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: The reporter doesnt get an e-mail when I replied to him with a note

Post by atrol »

ayca1903 wrote: 01 Oct 2018, 07:15We need email notification for reporters
This is the default behavior after a fresh install of Mantis.
You changed those settings.
Check config_inc.php and page Manage > Manage Configuration -> E-mail Notifications for any changes.
Please use Search before posting and read the Manual
Post Reply