From f7a56d90b35e26beec01ef76d90d824d2e65dec8 Mon Sep 17 00:00:00 2001 From: Niklas <3stadt@users.noreply.github.com> Date: Sun, 13 Oct 2019 05:54:40 +0200 Subject: [PATCH] Remove Gomail since it's unmaintained since 2016. (#2772) Details in https://github.com/go-gomail/gomail/issues/104 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e63e87b3..a4d64ead 100644 --- a/README.md +++ b/README.md @@ -603,7 +603,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. -* [Gomail](https://github.com/go-gomail/gomail/) - Gomail is a very simple and powerful package to send emails. * [Hectane](https://github.com/hectane/hectane) - Lightweight SMTP client providing an HTTP API. * [hermes](https://github.com/matcornic/hermes) - Golang package that generates clean, responsive HTML e-mails. * [mailgun-go](https://github.com/mailgun/mailgun-go) - Go library for sending mail with the Mailgun API.