ReachFive / fake-smtp-server

Fake SMTP Server for email testing
https://www.npmjs.com/package/fake-smtp-server
MIT License
192 stars 81 forks source link

DELETE by query param #24

Open dvddhln opened 5 years ago

dvddhln commented 5 years ago

Hi, Would it be possible to add delete on a query like

DELETE http://localhost:1080/api/emails?to=recipient@mail.com

Or something else in similar fashion

KR