0.3.6-alpha.0 • Published 2 years ago

@notifire/ses v0.3.6-alpha.0

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

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",
});