This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@notifire/mailjet
TypeScript icon, indicating that this package has built-in type declarations

0.3.6-alpha.0 • Public • Published

Notifire Mailjet Provider

A Mailjet email provider library for @notifire/core

Usage

    import { MailjetEmailProvider } from "@notifire/mailjet";
    const provider = new MailjetEmailProvider({
      apiKey: process.env.MAILJET_APIKEY,
      apiSecret: process.env.MAILJET_API_SECRET,
      from: process.env.MAILJET_FROM_EMAIL,
    });

Readme

Keywords

none

Package Sidebar

Install

npm i @notifire/mailjet

Weekly Downloads

1

Version

0.3.6-alpha.0

License

MIT

Unpacked Size

16.7 kB

Total Files

22

Last publish

Collaborators

  • novu-cliftonz
  • scopsy