From feceb655a3f471e47af2ef29b40a50c3d4789dc7 Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Mon, 12 Mar 2018 11:40:03 +0000 Subject: [PATCH] Add chasquid, an SMTP (email) server (#1831) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf45f840..e39471a1 100644 --- a/README.md +++ b/README.md @@ -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.