Add chasquid, an SMTP (email) server (#1831)

This commit is contained in:
Alberto Bertogli 2018-03-12 11:40:03 +00:00 committed by Jessica Temporal
parent a6ec53c444
commit feceb655a3

View File

@ -458,8 +458,9 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
## Email
*Libraries that implement email creation and sending.*
*Libraries and tools that implement email creation and sending.*
* [chasquid](https://blitiri.com.ar/p/chasquid) - SMTP server written in Go.
* [douceur](https://github.com/aymerick/douceur) - CSS inliner for your HTML emails.
* [email](https://github.com/jordan-wright/email) - A robust and flexible email library for Go.
* [go-dkim](https://github.com/toorop/go-dkim) - DKIM library, to sign & verify email.