diff --git a/readme.md b/readme.md index e226fea..741fe11 100644 --- a/readme.md +++ b/readme.md @@ -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 *@ 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=
``` + +## 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 +