This package has been deprecated

Author message:

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

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

0.3.6-alpha.0 • Public • Published

Notifire Ses Provider

A SES email provider library for @notifire/core

Usage

import { SESEmailProvider } from "@notifire/ses"

const provider = new SESEmailProvider({
    region: "eu-west-1",
    accessKeyId: "AWS_ACCESS_KEY_ID",
    secretAccessKey: "AWS_SECRET_ACCESS_KEY",
    from: "from@email.com",
});

Readme

Keywords

none

Package Sidebar

Install

npm i @notifire/ses

Weekly Downloads

62

Version

0.3.6-alpha.0

License

MIT

Unpacked Size

16.3 kB

Total Files

22

Last publish

Collaborators

  • novu-cliftonz
  • scopsy