FakeSMTP Alternatives for Linux
There are many alternatives to FakeSMTP for Linux if you are looking for a replacement. The best Linux alternative is MailHog, which is both free and Open Source. If that doesn't suit you, our users have ranked more than 10 alternatives to FakeSMTP and five of them are available for Linux so hopefully you can find a suitable replacement. Other interesting Linux alternatives to FakeSMTP are Origami SMTP, LunaticSMTP, MailDev and MailCatcher.
MailHog is an email testing tool inspired by MailCatcher, but easier to install.
Origami SMTP was created with the idea to have a fake email server for testing purposes that supported TLS. This is because the code the developer was working on at the time had several hard coded values enforcing TLS so most other solutions would not work.
LunaticSMTP is a dummy SMTP server with desktop GUI for testing email sending applications.
MailDev is a simple way to test your project's generated emails during development with an easy to use web interface that runs on your machine built on top of Node.js.
MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface. Run mailcatcher, set your favourite app to deliver to smtp://127.0.0.1:1025 instead of your default SMTP server, then check out http://127.0.0.