mirror of
https://github.com/mgerb/tmail
synced 2026-03-05 06:25:24 +00:00
b626050b5faffc84b949a6e10585902862e07f14
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=<address>
Description
Languages
Go
89.8%
Makefile
10.2%