From 4e2f19801f061883cc6e51bedbd2fe870e011891 Mon Sep 17 00:00:00 2001 From: Seth Ammons Date: Sun, 24 May 2015 08:54:59 -0700 Subject: [PATCH 1/2] Update README.md Add SendGrid to list of email libraries. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8a21e641..b5cc21fc 100644 --- a/README.md +++ b/README.md @@ -265,6 +265,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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 +* [SendGrid] (https://github.com/sendgrid/sendgrid-go) - SendGrid's Go library ## Embeddable Scripting Languages From 9167072e99df4e7264a6d8ac165e2a14353124bd Mon Sep 17 00:00:00 2001 From: Seth Ammons Date: Sun, 24 May 2015 08:57:16 -0700 Subject: [PATCH 2/2] Update README.md put in alpha order --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5cc21fc..33d0e974 100644 --- a/README.md +++ b/README.md @@ -264,8 +264,9 @@ 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 -* [SendGrid] (https://github.com/sendgrid/sendgrid-go) - SendGrid's Go library + ## Embeddable Scripting Languages