<%= Spree.t('test_mailer.test_email.greeting') %>

<%= Spree.t('test_mailer.test_email.message') %>

Please remember to configure all of the emails that Spree has provided to your needs. Spree comes shipped with Ink prepackaged, but you can use your own version. Ink is not placed in the asset pipeline.

Also take note that Gmail does not support <style> tags. Therefore, you will need a gem that will be able to remove your <style> tags and place them inline. Gmail only supports inline styles. We use Premailer for Rails by default.