Custom email notification

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
libregeek
Posts: 12
Joined: 27 Jun 2007, 11:48

Custom email notification

Post 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.
deboutv
Posts: 507
Joined: 15 Jan 2007, 14:31
Location: La Ciotat, FRANCE
Contact:

Post by deboutv »

Hi,

It is not possible to customize the email content.
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/

Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
Woefdram
Posts: 21
Joined: 18 Jul 2005, 12:10
Location: Netherlands

Re: Custom email notification

Post 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
deboutv
Posts: 507
Joined: 15 Jan 2007, 14:31
Location: La Ciotat, FRANCE
Contact:

Re: Custom email notification

Post by deboutv »

I have developed a plugin that allows user to customize the HTML part only of the email.
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/

Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
vboctor
Site Admin
Posts: 1304
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Re: Custom email notification

Post 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.
Migrate your MantisBT to the MantisHub Cloud
screamer911
Posts: 1
Joined: 09 Dec 2007, 21:05

Re: Custom email notification

Post 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
deboutv
Posts: 507
Joined: 15 Jan 2007, 14:31
Location: La Ciotat, FRANCE
Contact:

Re: Custom email notification

Post 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) ;)
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/

Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
Post Reply