From 1617155f1e0592bf1c38e8a33959633fe55cafea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Fr=C3=B6hlich?= Date: Sat, 30 Apr 2022 08:10:21 +0200 Subject: [PATCH] Remove service names from readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2aee5918..b07757fd 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ configure. My use case is simple. I need to send automatically generated mails from cron via msmtp/sSMTP/dma, mails from various services and network printers -to GMail without giving away my GMail credentials to each device which -produces mail. +via a remote SMTP server without giving away my mail credentials to each +device which produces mail. ## Main features @@ -26,6 +26,6 @@ produces mail. * Checks for sender, receiver, client IP * Authentication support with file (LOGIN, PLAIN) * Enforce encryption for authentication -* Forwards all mail to a smarthost (GMail, MailGun or any other SMTP server) +* Forwards all mail to a smarthost (any SMTP server) * Small codebase * IPv6 support