summaryrefslogtreecommitdiff
path: root/config/initializers/premailer.rb
blob: a44316bc3a429e846dde300605ec79cecaf61427 (plain)
1
2
3
4
5
6
7
# See https://github.com/fphilipe/premailer-rails#configuration
Premailer::Rails.config.merge!(
  generate_text_part: false,
  preserve_styles: true,
  remove_comments: true,
  remove_ids: true
)