1
0
mirror of https://github.com/mgerb/tmail synced 2026-01-08 08:52:48 +00:00

Update readme.md

This commit is contained in:
2022-01-23 22:49:05 -06:00
committed by mg
parent 38f23970de
commit d76fa683ef

View File

@@ -1,14 +1,14 @@
# TMail
A throwaway smtp mail server with an API to retrieve emails.
[Download the latest release here.](https://github.com/mgerb/tmail/releases)
- 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
@@ -16,3 +16,8 @@ http://host:8090/api/mail
Specific mail:
http://host:8090/api/mail?to=<address>
```
## Server Configuration
[See this comment for additional information on configuring a server for tmail](https://github.com/mgerb/tmail/issues/2#issue-1112156904) - thanks @mrbluecoat