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