1.1.3 • Published 4 years ago

@materia/mailjet v1.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Materia - Addon Mailjet

Send emails in your materia applications with your mailjet account. This addon uses node-mailjet under the hood.

Prerequisites

You need a Mailjet account to use this addon.

Features

  • Send simple emails or templates
  • Statistics for your Mailjet ApiKey
  • Manage your Mailjet contacts

Installation from NPM

In your Materia application, run npm install @materia/mailjet or yarn add @materia/mailjet

Restart Materia Designer

Installation from local files

Clone this repository:

git clone git@github.com:materiahq/materia-mailjet.git
cd materia-mailjet

Then install dependencies and build:

yarn
yarn build

To test your addon locally before publishing it to NPM, use npm link:

cd dist && npm link

and in your materia application

npm link @materia/mailjet

then add "@materia/mailjet" in the links array of the materia.json configuration file - it will let Materia knows of the existance of the addon.

1.1.3

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.0

5 years ago

1.0.0-rc.1

5 years ago

1.0.0-rc.0

5 years ago

1.0.0-beta.5

5 years ago

1.0.0-beta.4

5 years ago

1.0.0-beta.3

5 years ago

1.0.0-beta.2

5 years ago

1.0.0-beta.1

6 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago