Patch #2029
New option that makes emails plain text.
Status: | Closed | Start date: | 2008-10-14 | ||
---|---|---|---|---|---|
Priority: | Normal | Due date: | |||
Assignee: | % Done: | 50% | |||
Category: | Email notifications | ||||
Target version: | 0.8 |
Description
This patch add a new option to system-wide configuration. If the option is enabled, emails that redmine sends become text/plain.
Some of archaic hackers --for example, the ruby core team-- still hate HTMLs in email. So ruby issue tracking system needs this feature.
Associated revisions
add plain text option for mail #2029
History
#1
Updated by Ollivier Robert over 14 years ago
+1, it is nice to have an option for that.
#2
Updated by James Turnbull over 14 years ago
This is a great feature - it's something we've been after for a while - be nice if this was a per user feature - some of our users would prefer HTML and some plain text.
#3
Updated by Nicolas Chuche over 14 years ago
- Status changed from New to 7
- Assignee set to Nicolas Chuche
- % Done changed from 0 to 50
Yuki Sonoda wrote:
This patch add a new option to system-wide configuration. If the option is enabled, emails that redmine sends become text/plain.
I've commited the patch with slight modifications in r1932.
For the moment I've no time to add a per user option.
#4
Updated by Jean-Philippe Lang over 14 years ago
- Status changed from 7 to Closed
James, per user setting is not that simple since a single email is sent for all the notified users.
I close this ticket since the patch is committed but feel free to submit a feature request :-)