Email notification of Note added

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
bruno.riddy
Posts: 11
Joined: 14 Mar 2017, 18:05

Email notification of Note added

Post by bruno.riddy »

I recently upgraded our mantis version from 1.2.0 to 2.4.0. Love the new Mantis. I have one question though:

When a notification is sent for a new note added the old behaviour was to show the body of the note in the email notification, whereas now it only includes a link to go to the webpage and view the note there.

Is there some setting I can change so that the actual text of the note added is included in the email notification?
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Email notification of Note added

Post by atrol »

Goto My Account > Preferences
Enable setting "E-mail Full Issue Details"
Please use Search before posting and read the Manual
bruno.riddy
Posts: 11
Joined: 14 Mar 2017, 18:05

Re: Email notification of Note added

Post by bruno.riddy »

Many thanks atrol. Is there any way to turn this on by default or for all our users?
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Email notification of Note added

Post by atrol »

Add the following line to file config_inc.php

Code: Select all

$g_email_notifications_verbose = ON;
Please use Search before posting and read the Manual
bruno.riddy
Posts: 11
Joined: 14 Mar 2017, 18:05

Re: Email notification of Note added

Post by bruno.riddy »

Thank you very much atrol, you've come through with a solution again. I really appreciate it.
Post Reply