nodemailer-ses-transport
Version:
SES transport for Nodemailer
25 lines (13 loc) • 690 B
Markdown
* Replaces jshint with eslint
* Fix behavior of set option `rateLimit` (yamayo)
Added options `ses` to allow using an existing AWS SES object instead of creating a new one with credentials.
Added option `httpOptions` that maps to the object in underlying AWS.SES constructor. See options [here](http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SES.html).
Added option `rateLimit` for rate limiting sent messages
Changed aws-sdk versioning from fixed versions to use the caret ^ modifier.
Changed the version scheme to use proper semver instead of 0.x.