Merge pull request #425 from sethgrid/patch-1

Update README.md
This commit is contained in:
Thiago Avelino 2015-05-24 18:44:13 -03:00
commit e778218c2d

View File

@ -264,9 +264,11 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [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
* [SendGrid] (https://github.com/sendgrid/sendgrid-go) - SendGrid's Go library for sending email
* [smtp](https://github.com/mailhog/smtp) - SMTP server protocol state machine
## Embeddable Scripting Languages
*Embedding other languages inside your go code*