1.2.0 • Published 7 months ago

@microfox/aws-ses v1.2.0

Weekly downloads
-
License
-
Repository
github
Last release
7 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

7 months ago

1.1.8

8 months ago

1.1.7

8 months ago

1.1.6

8 months ago

1.1.5

8 months ago

1.1.4

8 months ago

1.1.3

8 months ago

1.1.2

8 months ago

1.1.1

8 months ago

1.1.0

9 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago