bbyars / mountebank

Over the wire test doubles
http://www.mbtest.org
MIT License
1.99k stars 261 forks source link

SMTP stubbing #310

Open bezda opened 6 years ago

bezda commented 6 years ago

Hi, we have a third party system where we send an email and after the email is received, third party sends notification to RabbitMQ queue. To be able to mock this behaviour, we need to be able to stub the responses. We're currently looking into TCP imposters, but being able to stub SMTP would make it much easier for us

nakshay commented 10 months ago

Is there any progress on this? or its officially dropped. If there is any starting point I am happy to contribute.