1.13.6 • Published 3 years ago

@zipline/emails v1.13.6

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

This package contains Video Squirrel's MJML email templates, and can be used to compile and template emails for sending.

Installation

yarn add @zipline/emails

Usage

const emails = require('@zipline/emails');

const html = emails(
  'brand-application-alert', /* Template Name */
  { productName: 'Test' },   /* Template Context (optional) */
  { }                        /* MJML Options (optional) */
);

Technologies

MJML

Video Squirrel's emails are written in MJML, a custom HTML dialect which serves as a high level wrapper that shields you from the horrors of email development. You can read more about MJML on their documentation page.

Handlebars

Once compiled, the MJML templates will then be passed through Handlebars so that we can inject templated variables, such as product names, images, etc.

1.13.6

3 years ago

1.13.5

4 years ago

1.13.4

4 years ago

1.13.1

4 years ago

1.13.0

4 years ago

1.12.0

4 years ago

1.10.0

4 years ago

1.9.3

4 years ago

1.9.2

4 years ago

1.9.1

4 years ago

1.9.0

4 years ago

1.8.2

4 years ago

1.8.1

4 years ago

1.8.0

4 years ago

1.7.9

4 years ago

1.7.8

5 years ago

1.7.7

5 years ago

1.7.6

5 years ago

1.7.5

5 years ago

1.7.4

5 years ago

1.7.3

5 years ago

1.7.2

5 years ago

1.7.1

5 years ago

1.7.0

5 years ago

1.6.3

5 years ago

1.6.2

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago