Skip to content

paulakimenko/fake_ses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fake SES



Inspired by [Fake DynamoDB] fake_dynamo and [Fake SQS] fake_sqs



Running

$ docker run -it -p 8567:8567 paulakimenko/fake_ses

Usage

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

Development

TODO