Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 287 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 287 Bytes

silverstripe-sesbouncehandler

test the module:

curl -X POST \
  --url 'localhost:8081/ses-bounce-handler/' \
  -H "x-amz-sns-message-type: Bounce" -d @doc/testmail.json

this should throw som SES Validation errors, but it shows that the module validation is working properly.