https://github.com/mgerb/tmail
A throwaway smtp server with API
https://github.com/mgerb/tmail
email go golang hacktoberfest smtp
Last synced: about 1 year ago
JSON representation
A throwaway smtp server with API
- Host: GitHub
- URL: https://github.com/mgerb/tmail
- Owner: mgerb
- Created: 2018-02-02T00:02:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-24T04:53:14.000Z (over 4 years ago)
- Last Synced: 2025-05-07T21:11:27.266Z (about 1 year ago)
- Topics: email, go, golang, hacktoberfest, smtp
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 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
```
All mail:
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