Configuring the fields that are emailed in notices
Added by d cole over 10 years ago
Hello,
I am interested in limiting the information that goes out in email notifications of changes to issue tickets. Is there a way to make it so issues will not have fields like "background" and "description" in the email? If that's not possible, is there a way to generate emails with PGP ecnryption? I'm basically looking to avoid having all of my issues emailed out and be in plain text on my users email accounts.
Thanks
D
Replies (2)
RE: Configuring the fields that are emailed in notices
-
Added by Jan Niggemann (redmine.org team member) over 10 years ago
is there a way to generate emails with PGP encryption?
None that I know of, as this would be a non-trivial plugin to write (but there's #15309).
Try http://www.redmine.org/plugins/redmine_email_notification_content_filter or https://github.com/C3S/chiliproject_encrypted_email_notifications, perhaps they'll work...
There's also a solution for exim: https://www.interoberlin.de/blog/2014/12/19/redmine-mails-mit-pgp-verschluesseln/ (German).
RE: Configuring the fields that are emailed in notices
-
Added by d cole over 10 years ago
Well, regarding the first link for the email_notifaction content filter, that is exactly what I wanted. unfortunately, it doesn't seem to work with the latest versions of redmine. Whenever I have the plugin installed, it seems like I get an error updating tickets. I am not quite sure how to track down what the error is, either - i don't see any stack trace in the redmine production.log
Also, when that plugin is installed, there is a 'configure' link on the plugins page, but it goes to a 404 page not found.
Any tips on how to debug that plugin/update it for 2.6?