Test/Dummy SMTP server for Windows
Posted
by
geoaxis
on Server Fault
See other posts from Server Fault
or by geoaxis
Published on 2012-11-12T10:33:27Z
Indexed on
2012/11/12
11:05 UTC
Read the original article
Hit count: 312
I would like to install a Test/Dummy SMTP server on a Windows 2008 server (virtual box). I just want to test my web application on the machine it self so I don't need the mails to go out on the internet, but just to be written to disk (so that I can verify that the mail function was indeed called and the correct data was handed over to SMTP)
Can you recommend some tool. I guess starting your own SMTP server in python is an option. I am looking for a simple (ready to use) solution, targeted for tests systems. I will need to integrate it to automated tests (Selenium) at a later stage.
Thanks
© Server Fault or respective owner