This is a mirror of official site: http://jasper-net.blogspot.com/

nDumbster

| Wednesday, May 18, 2011
Project Description
nDumbster is a simple fake SMTP server. 

It allows .Net developers to unit test applications that send email messages by supporting all standard SMTP commands, but, instead of delivering messages to the user it stores then in memory so they can be tested later.

When an instance of nDumbster is created it listens just like an SMTP server, so as long as your application talks via SMTP and you can configure the server connection you can use nDumbster in your testing with no changes to your application code.

nDumbster provides means to fetch messages sent by your code and to check any properties of these messages.

Read more: Codeplex

Posted via email from Jasper-net

0 comments: