# 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 *@ 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=
```