Upgrade to Pro — share decks privately, control downloads, hide ads and more …

A Designer's Guide to sending Emails in a Rails App

Tyler Lee
September 05, 2014

A Designer's Guide to sending Emails in a Rails App

Talk from big design 2014 about how I work with emails in our rails application, how we test and build those emails.

Tyler Lee

September 05, 2014
Tweet

Other Decks in Design

Transcript

  1. Make your email 
 workflow the same as what you

    use everyday in your web app. Let’s make our lives easier
  2. CSS Inliners On the Web: Premailer premailer.dialect.ca Mailchimp mailchimp.com Zurb

    zurb.com/ink On your Machine: Grunt grunt-css-inliner Watchy github.com/caseywebdev/ watchy In a Rails App: Premailer premailer-rails
  3. MessageMailer.simple_message( '[email protected]', '[email protected]', 'Hey this is a test message!', 'Hey

    you are sending yourself a message. Good job. Best. Designer. Ever.’ )
  4. We’ve made things in our process a lot better so

    we can send emails… and then measure them.
  5. So where are we now? We can use our CSS

    
 preprocessor just like 
 in our web app.
  6. So where are we now? We can test all of

    our emails in a matter of minutes across all email clients.
  7. SendGrid sendgrid.com Litmus litmus.com Mailcatcher mailcatcher.me Premailer premailer.dialect.ca Mailchimp mailchimp.com

    Zurb zurb.com/ink Thanks Everyone! Say Hi! Tyler Lee @tylerjameslee tylerjameslee.com