An open API service indexing awesome lists of open source software.

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.

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.