summaryrefslogtreecommitdiff
path: root/lib/email_template_interceptor.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use #parts instead of #part to read all the parts of the Message.Ruben Davila2017-01-091-2/+2
| | | | | Looks like I was accidentally using #part which was adding an extra empty Mime section
* Add new configuration setting to enable/disable HTML emails.24880-configurable-plaintext-emailsRuben Davila2016-11-281-0/+13
This new global setting will allow admins to specify if HTML emails should be sent or not, this is basically useful when system administrators want to save some disk space by avoiding emails in HTML format and using only the Plain Text version.