https://github.com/hf/smtp
A simple SMTP server in Go.
https://github.com/hf/smtp
Last synced: 5 months ago
JSON representation
A simple SMTP server in Go.
- Host: GitHub
- URL: https://github.com/hf/smtp
- Owner: hf
- License: mit
- Created: 2021-04-28T13:58:59.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-28T14:20:55.000Z (about 5 years ago)
- Last Synced: 2024-12-31T06:29:40.681Z (over 1 year ago)
- Language: Go
- Size: 15.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SMTP
====
This is a really simple SMTP server implementation in Go. You can use it to
build basic SMTP servers.
Check the `examples/basic` package.
## License
Copyright © 2021 Stojan Dimitrovski, some rights reserved.
Licensed under the MIT license. You can get a copy of it in LICENSE.