16

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.

Abram
  • 39,950
  • 26
  • 134
  • 184

1 Answers1

36

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.

Abram
  • 39,950
  • 26
  • 134
  • 184