From 8d306f471820064576b4ebfe1e6ab9a016e45916 Mon Sep 17 00:00:00 2001
From: Mauro D <mauro@stalw.art>
Date: Sun, 5 Mar 2023 16:36:54 +0100
Subject: [PATCH] Add Stalwart SMTP to Communication - Email - MTAs

Hi, I'd like to add Stalwart SMTP to `Communication - Email - Mail Transfer Agents`. Thanks,
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 6d2b8833..09a085cd 100644
--- a/README.md
+++ b/README.md
@@ -437,6 +437,7 @@ Simple deployment of [E-mail](https://en.wikipedia.org/wiki/Email) servers, e.g.
 - [Postfix](http://www.postfix.org/) - Fast, easy to administer, and secure Sendmail replacement. `IPL-1.0` `C`
 - [Sendmail](https://www.proofpoint.com/us/products/email-protection/open-source-email-solution) - Message transfer agent (MTA). `Sendmail` `C`
 - [Slimta](https://www.slimta.org) - Mail Transfer Library built on Python. ([Source Code](https://github.com/slimta/python-slimta)) `MIT` `Python`
+- [Stalwart SMTP](https://stalw.art/smtp) - Modern SMTP server designed with a focus on security, speed, and extensive configurability ([Source Code](https://github.com/stalwartlabs/smtp-server)) `AGPL-3.0` `Rust`
 - [vSMTP](https://viridit.com/vsmtp-mail-transfer-agent/) - Next-gen MTA. Secured, Faster and Greener. ([Source Code](https://github.com/viridIT/vSMTP)) `GPL-3.0` `Rust`