@novu/mandrill
TypeScript icon, indicating that this package has built-in type declarations

0.24.1 • Public • Published

Nodejs Mandrill Provider

A mandrill email provider library for @novu/stateless

Usage

import { MandrillProvider } from '@novu/mandrill';

const provider = new MandrillProvider({
  apiKey: process.env.API_KEY,
  from: process.env.EMAIL,
  senderName: process.env.SENDER_NAME
});

Readme

Keywords

none

Package Sidebar

Install

npm i @novu/mandrill

Weekly Downloads

40

Version

0.24.1

License

MIT

Unpacked Size

27.8 kB

Total Files

16

Last publish

Collaborators

  • letitrock
  • scopsy