b62e2bedbf
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.
2 lines
117 B
Ruby
2 lines
117 B
Ruby
# Interceptor in lib/email_template_interceptor.rb
|
|
ActionMailer::Base.register_interceptor(EmailTemplateInterceptor)
|