1.0.0 • Published 6 months ago

aws-ses-smtp-credentials v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

aws-ses-smtp-credentials

Simple browser compatible package package to convert AWS secret access keys into AWS SES (Simple Email Service) SMTP passwords.

This package was intended to use in the browser, it uses crypto-js instead of the standard node cryptography modules.

Usage

Call getSESSmtpPassword with your secret access key and the region ID. It will return the password as a string. It should be used with as the SMTP password for one of the available AWS SES endpoints, in combination with the access key ID as the username.

import { getSESSmtpPassword } from 'aws-ses-smtp-credentials';

getSESSmtpPassword(
    'dhSgJJyAs+2z19oLOVkwBrE6GkdNQD5fL5Dou5Tb',
    'eu-central-1'
)
1.0.0

6 months ago

0.0.2

1 year ago

0.0.1-rc3

1 year ago

0.0.1-rc1

1 year ago