From 6bb983d2a60f273f77ad8df29a09f4845b653b62 Mon Sep 17 00:00:00 2001 From: Ian Flynn Date: Thu, 7 Dec 2023 03:39:21 -0500 Subject: [PATCH] add maddy (#5057) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 20e0e2a6..674b6e54 100644 --- a/README.md +++ b/README.md @@ -976,6 +976,7 @@ _Libraries and tools that implement email creation and sending._ - [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. - [hermes](https://github.com/matcornic/hermes) - Golang package that generates clean, responsive HTML e-mails. +- [Maddy](https://github.com/foxcpp/maddy) - All-in-one (SMTP, IMAP, DKIM, DMARC, MTA-STS, DANE) email server - [mailchain](https://github.com/mailchain/mailchain) - Send encrypted emails to blockchain addresses written in Go. - [mailgun-go](https://github.com/mailgun/mailgun-go) - Go library for sending mail with the Mailgun API. - [MailHog](https://github.com/mailhog/MailHog) - Email and SMTP testing with web and API interface.