An SMTP server for testing

Today I needed to send some test emails from my application and I searched around for a very simple SMTP server that can save outgoing emails to a folder instead of actually sending them. This is nice for debugging and testing email functionality in an application. Unfortunately, it was very difficult to find something useful.… Continue reading An SMTP server for testing