From 2a56d6a2b53f77f118419eb75f5b0417890bf70b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Depierrepont?= Date: Thu, 14 May 2015 11:05:05 +0200 Subject: [PATCH] add go-dkim --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c20a1b48..0705a456 100644 --- a/README.md +++ b/README.md @@ -256,6 +256,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno *Libraries that implement email creation and sending* * [email](https://github.com/jordan-wright/email) - A robust and flexible email library for Go. +* [go-dkim](https://github.com/toorop/go-dkim) - A DKIM library, to sign & verify email. * [Gomail](https://github.com/go-gomail/gomail/) - Gomail is a very simple and powerful package to send emails. * [MailHog](https://github.com/mailhog/MailHog) - Email and SMTP testing with web and API interface * [smtp](https://github.com/mailhog/smtp) - SMTP server protocol state machine