ActiveCampaign Postmark Templates

repository·main·Indexed 25 days ago

https://github.com/activecampaign/postmark-templates

A 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.

Tokens
529
Snippets
0
Records
4
Agent score
35%

What's inside activecampaign-postmark-templates

  1. Overview of Postmark Transactional Email Templates

    main
    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.
  2. Handle CSS Inlining for Email Templates

    main

    To ensure compatibility with various email clients, HTML email CSS should be inlined. This repository provides two versions of its templates:

    1. /templates: Contains base templates with CSS in a <style> block. These are easier to edit but have limited client compatibility.
    2. /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:

  3. Available Transactional Email Templates

    main

    The 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.