Download the PHP package emielmolenaar/transactional-email-templates without Composer
On this page you can find all versions of the php package emielmolenaar/transactional-email-templates. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download emielmolenaar/transactional-email-templates
More information about emielmolenaar/transactional-email-templates
Files in emielmolenaar/transactional-email-templates
Package transactional-email-templates
Short Description Responsive transactional HTML email templates, from Mailgun.
License MIT
Homepage https://github.com/emielmolenaar/transactional-email-templates
Informations about the package transactional-email-templates
Responsive transactional HTML email templates
Transactional HTML emails often get neglected. Styling HTML email is painful. Tables, inline CSS, unsupported CSS, desktop clients, web clients, mobile clients, various devices, various providers.
We’ve tried to remove some of the pain for you and open-sourced a collection of common templates for transactional email.
Each template is responsive and each has been tested in all the popular email clients.
How to use
- Use these email templates for your transactional emails
- Use them as is or think of them as boilerplates for more detailed emails
- Ensure you inline the CSS before sending the email out
What are transactional emails?
Typically any email that is triggered by or sent automatically from your application.
- Welcome emails
- Actionable emails
- Password resets
- Receipts
- Monthly invoices
- Support requests
- App error alerts
- Reminders
- etc.
Inline the CSS
Before sending HTML emails you should inline your CSS.
We recommend using Premailer to accomplish this.
Our repo contains both the original templates with a separate CSS stylesheet, as well as templates with CSS already inlined for you to preview. See the /templates/inlined
folder.
Tested and verified
We’ve tested these email templates across all the major desktop, web and mobile clients, using Litmus. See the test results.
Email design workflow with Grunt
You also might be interested in this Grunt task for compiling and testing html emails. We used this to help design and test our transactional emails.