Skip to content

Instantly share code, notes, and snippets.

@nkcr
Created May 23, 2016 11:22
Show Gist options
  • Save nkcr/db2bd5fa3a017d5e7351ab2535d45354 to your computer and use it in GitHub Desktop.
Save nkcr/db2bd5fa3a017d5e7351ab2535d45354 to your computer and use it in GitHub Desktop.
Manually inline css using premailer-rails
# Inside a controller
mail = Premailer::Rails::Hook.new(NewsMailer.news(@newsletter, params[:email]))
mail.perform
mail.message.html_part.body.decoded # Gives plain inlined HTML
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment