This package has been deprecated

Author message:

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

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

0.3.6-alpha.0 • Public • Published

Nodejs Mailgun Provider

A mailgun email provider library for @notifire/core.

Usage

import { MailgunEmailProvider } from '@notifire/mailgun';

const provider = new MailgunEmailProvider({
  apiKey: process.env.MAILGUN_API_KEY,
  domain: process.env.MAILGUN_DOMAIN,
  username: process.env.MAILGUN_USERNAME,
});

Readme

Keywords

none

Package Sidebar

Install

npm i @notifire/mailgun

Weekly Downloads

1

Version

0.3.6-alpha.0

License

MIT

Unpacked Size

15.1 kB

Total Files

16

Last publish

Collaborators

  • novu-cliftonz
  • scopsy