tags:

views:

142

answers:

4

My dev machine is Win 7 pro x64.

I would like to install an SMTP server on it that wont deliver email, but will respond to clients as if it did. Any recommendations?

A: 

similar question/answer (Dummy SMTP Server for testing apps that send email)

Fredou
Accepted because you led me to many choices.
Ronnie Overby
A: 

Use any SMTP server (I use hMail) and configure it to forward all mails to an internal account.

Aaron Digulla
+5  A: 

Papercut will do this: http://invalidlogic.com/papercut/

From the Papercut website:

"Ever need to test emails from an application, but don't necessarily want it sending them out? Don't want to hassle with pointing it to a physical SMTP server? All you want to is verify it can send email, and take a look at the message.

Papercut is your answer. Papercut is a simplified SMTP server designed to only receive messages (not to send them on) with a GUI on top of it allowing you to see the messages it receives. It doesn't enforce any restrictions on addresses, it just takes the message and allows you see it. It is only active while it is running, and if you want it in the background, just minimize it to the system tray. When it receives a new message, a balloon message will show up to let you know."

Cocowalla
+1  A: 

I tried out 3 programs, all of which worked great:

Ronnie Overby