Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mistralmail/smtp
SMTP server implementation in Go
https://github.com/mistralmail/smtp
go golang mail server smtp smtp-server
Last synced: about 2 months ago
JSON representation
SMTP server implementation in Go
- Host: GitHub
- URL: https://github.com/mistralmail/smtp
- Owner: mistralmail
- License: mit
- Created: 2016-02-12T19:26:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-01T11:33:33.000Z (about 1 year ago)
- Last Synced: 2024-06-20T16:47:57.192Z (7 months ago)
- Topics: go, golang, mail, server, smtp, smtp-server
- Language: Go
- Homepage:
- Size: 348 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MistralMail SMTP
===============SMTP ([RFC 5321](https://tools.ietf.org/html/rfc5321)) implementation in Go.
Acknowledgements
-----------------* [GoConvey](https://github.com/smartystreets/goconvey)
* [Logrus](https://github.com/Sirupsen/logrus)Authors
-------Mathias Beke - [denbeke.be](http://denbeke.be)
Timo Truyts