ActiveCampaign Postmark Templates
repository·main·Indexed 25 days ago
https://github.com/activecampaign/postmark-templatesA collection of mobile-friendly, high-compatibility transactional email templates built with the MailMason framework. Includes pre-built templates for use cases such as Welcome, Reset Password, Receipt, and Invoice, available in Basic, Basic full, and Plain layouts. Provides both base templates and CSS-inlined versions for use with email service providers like Postmark.
What's inside activecampaign-postmark-templates
- Postmark Transactional Email Templates are mobile-friendly, content-ready HTML templates designed to render consistently across major email clients. They serve as a foundation for transactional emails and are built using MailMason, a grunt-based framework for developing and maintaining email templates.
Handle CSS Inlining for Email Templates
mainTo ensure compatibility with various email clients, HTML email CSS should be inlined. This repository provides two versions of its templates:
/templates: Contains base templates with CSS in a<style>block. These are easier to edit but have limited client compatibility./templates-inlined: Contains the same templates with CSS already inlined. These are ready for use but more difficult to edit manually.
If you use Postmark to send your emails, Postmark will automatically inline the CSS for you. Otherwise, you can use the following tools:
Available Template Layouts and Types
mainEach template in this repository is available in three generic layout variations to help you match your brand identity:
- Basic: A standard layout.
- Basic full: A full-width or expanded version of the basic layout.
- Plain: A minimal, text-focused layout.
Available Transactional Email Templates
mainThe repository includes pre-built templates for common transactional use cases. Each template is available in Basic, Basic full, and Plain layouts:
- Welcome: For new user sign-ups.
- Reset Password: For password reset links.
- Reset Password Help: For users who cannot remember their email address.
- Receipt: For purchase confirmations.
- Invoice: For payment requests.
- Dunning: For notifying users of failed payments.
- Comment notification: For notifying users of new comments (uses Mustachio for dynamic content).
- Trial Expiring: For upcoming trial expiration notices.
- Trial Expired: For notifying users that their trial has ended.
- User Invitation: For inviting others to use your software.