Inspired by MailCatcher and MailHog. Mailbox is free and open source web and api based SMTP testing, that designed to catch any email you or application is sending and diplay it in web interface instead of sendirng email to real world.
Built with Go - Mailbox runs without installation on multiple platforms.
Mailbox is an email testing tool for developers:
- Configure your application to use Mailbox for SMTP delivery
- View messages in the web UI, or retrieve them with the JSON API
- Optionally release messages to real SMTP servers for delivery
The easiest way to run mailbox is using docker, please check the latest version of available docker image version github docker registry.
Please take a look at deployment folder:
- For docker-compose
- For kubernetes
If you want to use tls connection you can enable tls connection in config env.
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout cerrtificate.key -out cerrtificate.crt
The Mailbox is open-sourced software licensed under the MIT license.