1
0
mirror of https://github.com/mgerb/tmail synced 2026-01-11 18:12:48 +00:00
Files
tmail/readme.md

19 lines
429 B
Markdown

# TMail
A throwaway smtp mail server with an API to retrieve emails.
- set up an MX record on your domain.
- point it at your server
- start tmail
- all emails sent to *@<your domain> are stored in `mail.db`
- hit these end points to check the email
[Download the latest release here.](https://github.com/mgerb/tmail/releases)
```
All mail:
http://host:8090/api/mail
Specific mail:
http://host:8090/api/mail?to=<address>
```