0.3.6-alpha.0 • Published 2 years ago

@notifire/mandrill v0.3.6-alpha.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Nodejs Mandrill Provider

A mandrill email provider library for @notifire/core

Usage

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

const provider = new MandrillProvider({
  apiKey: process.env.apiKey,
  from: process.env.email,
});