Patch #2029
closedNew option that makes emails plain text.
50%
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.
Files
      
      Updated by Ollivier Robert about 17 years ago
      
    
    +1, it is nice to have an option for that.
      
      Updated by James Turnbull about 17 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.
      
      Updated by Nicolas Chuche about 17 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.
      
      Updated by Jean-Philippe Lang about 17 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 :-)