Testing messaging system locally
Hello,
I have a visual c#application that sends automated messages to users using a hmail server. I have made a few changes to it locally and would like to test those changes before I deploy the new version of the application.
How could I test the messaging system locally? Can I have a hmail server running on my laptop?
Thank you.