Merge pull request #398 from Toorop/master

add go-dkim
This commit is contained in:
Matt Holt 2015-05-14 09:12:12 -06:00
commit f3e6d6fd46

View File

@ -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