MailHole runs a super simple SMTP server which catches any message sent to it, and manages them through a REST API and a web interface. Run mailhole, 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.1:1080 to see the mail that's arrived so far.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Glenn fe8408f52d Add minimal doc 3 months ago
Dockerfile Add minimal doc 3 months ago
GPT-SPEC.md Initial import 3 months ago
README.md Add minimal doc 3 months ago
docker-compose.yml Initial import 3 months ago

README.md

Mailhole

MailHole runs a super simple SMTP server which catches any message sent to it, and manages them through a REST API and a web interface.

Run mailhole, 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.1:1080 to see the mail that's arrived so far.

Rewrite of mailcatcher (ruby) in crystal, for smaller image.