1.2.0 • Published 4 months ago

@microfox/aws-ses v1.2.0

Weekly downloads
-
License
-
Repository
github
Last release
4 months ago

Microfox AWS SES

A lightweight, type-safe SDK for interacting with AWS Simple Email Service (SES)

Installation

npm install @microfox/aws-ses

Environment Variables

The following environment variables are used by this SDK:

  • AWS_SES_ACCESS_KEY_ID: The AWS access key ID. Used to authenticate with AWS SES. (Required)
  • AWS_SES_SECRET_ACCESS_KEY: The AWS secret access key. Used to authenticate with AWS SES. (Required)
  • AWS_SES_REGION: The region in which the AWS SES server is "us-east-1"

Optional environment variables

  • AWS_SES_SENDER_MAIL_DOMAIN: The domain of the sender email.

Additional Information

Use the createSESClient constructor to create a new AWS SES client.

All email addresses must be verified in AWS SES before sending.

API Reference

For detailed documentation on the constructor and all available functions, see:

1.2.0

4 months ago

1.1.8

5 months ago

1.1.7

5 months ago

1.1.6

5 months ago

1.1.5

5 months ago

1.1.4

5 months ago

1.1.3

5 months ago

1.1.2

5 months ago

1.1.1

5 months ago

1.1.0

6 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago