SES mock server. Currently only supports the sendEmail method. Saves all email to a folder.
$ npm install ses-mock
This module uses the AWS SDK, so it is expected that the SDK is configured globally using the standard methods.
$ node server.js
The port that the server should run on (default 9555
).
The folder where messages are stored (default ./output
)