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

0.1.1 • Public • Published

Teleflow Mailjet Provider

A Mailjet email provider library for @teleflow/stateless

Usage

    import { MailjetEmailProvider } from "@teleflow/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 @teleflow/mailjet

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

21.2 kB

Total Files

15

Last publish

Collaborators

  • nextlinux