Dummy SMTP server as a service
Posted
by
levidos
on Server Fault
See other posts from Server Fault
or by levidos
Published on 2010-06-21T12:52:38Z
Indexed on
2011/01/14
21:55 UTC
Read the original article
Hit count: 239
Hello,
I have a Windows Server 2008 machine with IIS installed which is hosting a webapp that is sending some notification mails once-in-a-while. What I'd like to do is to monitor the email sent by the application. For this I need a dummy SMTP server which intercepts messages but won't send them further but save them locally on the hard disk.
I've already found some of them like Papercut, SMTP4Dev. The problem with these that I have to be logged on the server all the time which is not suitable because the server has only 2+1 TS connections. I like to run a program like these as a windows service and check the mails when I need them.
Any suggestion is much appreciated.
Best Regards,
Levente Rog
© Server Fault or respective owner