You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

mailer.text.erb 179B

12345678
  1. <% if Setting.emails_header.present? -%>
  2. <%= Setting.emails_header %>
  3. <% end -%>
  4. <%= yield %>
  5. <% if Setting.emails_footer.present? -%>
  6. --
  7. <%= Setting.emails_footer %>
  8. <% end -%>