From 31b954b5709eb019371bc95501bb2c1800687e4e Mon Sep 17 00:00:00 2001 From: Abderrahim SOUBAI-ELIDRISI Date: Sun, 3 Oct 2021 01:42:57 +0100 Subject: [PATCH 1/2] Adding gomail package --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a02be861db8..c931a98f9ba 100644 --- a/README.md +++ b/README.md @@ -765,6 +765,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-email-validator](https://github.com/go-email-validator/go-email-validator) - Modular email validator for syntax, disposable, smtp, etc... checking. * [go-imap](https://github.com/emersion/go-imap) - IMAP library for clients and servers. * [go-message](https://github.com/emersion/go-message) - Streaming library for the Internet Message Format and mail messages. +* [gomail]https://github.com/go-gomail/gomail) - Gomail is a simple and efficient package to send emails. * [go-premailer](https://github.com/vanng822/go-premailer) - Inline styling for HTML mail in Go. * [go-simple-mail](https://github.com/xhit/go-simple-mail) - Very simple package to send emails with SMTP Keep Alive and two timeouts: Connect and Send. * [Hectane](https://github.com/hectane/hectane) - Lightweight SMTP client providing an HTTP API. From 69918ec091f6740087de26b20361c965c81e54f2 Mon Sep 17 00:00:00 2001 From: Abderrahim SOUBAI-ELIDRISI Date: Sun, 3 Oct 2021 01:44:32 +0100 Subject: [PATCH 2/2] Sort the list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c931a98f9ba..e3e0a5a858e 100644 --- a/README.md +++ b/README.md @@ -764,8 +764,8 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [go-dkim](https://github.com/toorop/go-dkim) - DKIM library, to sign & verify email. * [go-email-validator](https://github.com/go-email-validator/go-email-validator) - Modular email validator for syntax, disposable, smtp, etc... checking. * [go-imap](https://github.com/emersion/go-imap) - IMAP library for clients and servers. -* [go-message](https://github.com/emersion/go-message) - Streaming library for the Internet Message Format and mail messages. * [gomail]https://github.com/go-gomail/gomail) - Gomail is a simple and efficient package to send emails. +* [go-message](https://github.com/emersion/go-message) - Streaming library for the Internet Message Format and mail messages. * [go-premailer](https://github.com/vanng822/go-premailer) - Inline styling for HTML mail in Go. * [go-simple-mail](https://github.com/xhit/go-simple-mail) - Very simple package to send emails with SMTP Keep Alive and two timeouts: Connect and Send. * [Hectane](https://github.com/hectane/hectane) - Lightweight SMTP client providing an HTTP API.