mirror of
https://github.com/mgerb/tmail
synced 2026-01-10 17:42:48 +00:00
17 lines
351 B
Markdown
17 lines
351 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
|
|
|
|
```
|
|
All mail:
|
|
http://host:8090/api/mail
|
|
|
|
Specific mail:
|
|
http://host:8090/api/mail?to=<address>
|
|
```
|