Short transactional template
A starter template for simple transactional emails with a single message. This template is meant to be adapted and built upon.
Good For: | Not So Good For: |
---|---|
Simple transactions that include a short message, such as: | Lengthy transactions that include multiple messages, lists or one time announcements, such as: |
Forgot password | Your answer has been accepted! |
You’ve been removed from a Team | New featured jobs |
Cart abandonment | Weekly recommendations |
We’ve updated our privacy policy | New application |
Note: These templates are in Iterable and Hubspot. The code here can also be copied and pasted.
Emails in our codebase use a master template (eg. _Stacks-Layout.Html.cshtml
) that includes the <head>
, logo, and footer. Only the middle part of these templates are needed (between <!-- EMAIL BODY : BEGIN -->
and <!-- EMAIL BODY : END -->
code comments).