Merge pull request #446 from aymerick/patch-2

Adds douceur, a CSS inliner for your HTML emails
This commit is contained in:
Matt Holt 2015-06-16 09:39:17 -06:00
commit bbf81b80e6

View File

@ -266,6 +266,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Libraries that implement email creation and sending*
* [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) - 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.