Search code examples
ruby-on-railsemailzurb-foundationmandrillzurb-ink

Zurb Ink Email not Formatted Properly in Gmail


I am using a Zurb Ink template to send an email. When I view the email in mailcatcher (from the development server) everything looks fine, but when I receive an email from the production server (to my gmail account), all of the CSS styling is gone.

The CSS is all inline, and I am using the basic template from Zurb.


Solution

  • I missed a step over at Zurb's site.

    After editing your template you need to run the code through the CSS inliner, before the email HTML is ready to send.

    Note: You will need to add any ruby code (etc) to the email AFTER running it through the inliner, as it will be stripped out by the inliner.