mirror of
https://github.com/mgerb/tmail
synced 2026-01-11 01:52:49 +00:00
minor updates
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# TMail
|
||||
A throwaway smtp mail server.
|
||||
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
|
||||
|
||||
## Check email
|
||||
```
|
||||
All mail:
|
||||
http://host:8090/api/mail
|
||||
|
||||
Reference in New Issue
Block a user