Inspired by [Fake DynamoDB] fake_dynamo and [Fake SQS] fake_sqs
$ docker run -it -p 8567:8567 paulakimenko/fake_ses
Set endpoint in your AWS client config to this service.
- to see all messages
GET /api/messages
- to filter messages
GET /api/messages?filter=subject:somesubject;received_after:1480349900
You can use these filters : [subject, received_before, received_after, source, destination, text_contains, html_contains]
- to remove all received messages
DELETE /api/messages
TODO