From d37ef723f14c1066dbfa3717d113900a15b695a6 Mon Sep 17 00:00:00 2001 From: Cedrik Heusser Date: Sun, 9 Oct 2022 09:59:41 +0200 Subject: [PATCH] Add SMTP_ENCRYPTION Options to README In https://github.com/ngoduykhanh/wireguard-ui/pull/221, the support for setting an encryption method to connect to a SMTP server was added. Unfortunately, the documentation part was missing in the README.md. This commits adds this missing part. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 86fee8d..3f87609 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ SMTP_PORT: the SMTP port SMTP_USERNAME: the SMTP username to authenticate SMTP_PASSWORD: the SMTP user password SMTP_AUTH_TYPE: the authentication type. Possible values: PLAIN, LOGIN, NONE +SMTP_ENCRYPTION: the encryption method. Possible values: SSL, SSLTLS, TLS or STARTTLS (default) EMAIL_FROM_ADDRESS: the sender's email address EMAIL_FROM_NAME: the sender's name ```