resource-watch/resource-watch-manager

View on GitHub
app/views/contact_mailer/contact_us_email.html.erb

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <style>
    /* Email styles need to be inline */
  </style>
</head>

<body>
<%= @email %>
<%= @text %>
</body>
</html>