This package has been deprecated

Author message:

Package no longer supported. Use @novu/providers instead.

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

0.24.1 • Public • Published

Novu Ses Provider

A SES email provider library for @novu/stateless

Usage

import { SESEmailProvider } from "@novu/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 @novu/ses

Weekly Downloads

144

Version

0.24.1

License

MIT

Unpacked Size

39.8 kB

Total Files

28

Last publish

Collaborators

  • scopsy
  • letitrock
  • chmarax