Simple SMTP server with web interface for software engineers.
- Catches outgoing email messages.
- Shows HTML, Plain Text and Source versions.
- Lists attachments and allows download them.
You can run service with the next command.
$ docker run -d -p 1025:1025 -p 1080:1080 --name mailcatcher opifex/mailcatcher
You can easily access web interface via url.
https://127.0.0.1:1080/