0.1.6 • Published 4 years ago

static.email.ses v0.1.6

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

A Vercel/Zeit Now AWS SES Based Serverless Utility

Usable as path for static.email client side utility, as described in this post.

const {create} = require('static.email.ses');

module.exports = create({
  // email details
  to,               // the validated email address target
  site,             // the domain sending emails
  sender,           // the name used for the "from" email address

  // AWS SES details
  region,           // the AWS SES region
  accessKeyId,      // the AWS IAM access key id
  secretAccessKey,  // the AWS IAM secret access key

  // check esm/index.js to know more about extra optional details
});
0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.0

5 years ago