mailer.html.erb 229 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <style>
  6. /* Email styles need to be inline */
  7. </style>
  8. </head>
  9. <body>
  10. <%= yield %>
  11. </body>
  12. </html>