Page 1 of 1
Custom email notification
Posted: 24 Oct 2007, 05:52
by libregeek
Hello all,
I would like to know whether it's possible to customize the contents of email notification sent out during each issue update. Basically In our organization the employees prefer only the last bugnote and they don't expect the issue history to be part of the email. Is there any way we can avoid the Issue History and older notes from the email notification? Please guide me.
regards
Libregeek.
Posted: 24 Oct 2007, 06:55
by deboutv
Hi,
It is not possible to customize the email content.
Re: Custom email notification
Posted: 06 Nov 2007, 11:09
by Woefdram
I have the same issue. Some 2 years ago I stripped several blocks of code out of the source so that now it only sends the bug description and the action that has been performed on it. For the rest of the info, the recipient can click on the link and go to Mantis.
Would be very nice to have something like this in Mantis. Maybe in a next version?
Hans
Re: Custom email notification
Posted: 06 Nov 2007, 14:27
by deboutv
I have developed a plugin that allows user to customize the HTML part only of the email.
Re: Custom email notification
Posted: 15 Nov 2007, 16:01
by vboctor
Following are the features that should address your requirements:
1. Email Templates
2. Diff Emails (
http://www.mantisbt.org/wiki/doku.php/m ... quirements)
In Mantis 1.2.0, we will be doing work for these features.
Re: Custom email notification
Posted: 09 Dec 2007, 21:11
by screamer911
Hello all. Installed HTMLMail plugin,developed by deboutv. Wanted to change the email template and realized that I cannot do it, because I don't have permissions. Decided to erase the folder plugins and all the files from it. It says I don't have permissions too. What account is your plugin using, deboutv ?
Regards, Maxim
Re: Custom email notification
Posted: 10 Dec 2007, 07:37
by deboutv
The webserver account (files are installed by the webserver, so with the permissions of the webserver).
Instead of removing files, just change the permissions on the template directory (777 by example)
