From 130b27023008bb8df58c455488f21b75d6dcd4d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=82osz=20K=C5=82osowicz?= Date: Wed, 14 Apr 2021 12:41:01 +0200 Subject: [PATCH] add SMTP_AUTH env in mail settings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41e8f7c..f8407b7 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ The following environment variables are possible for the SMTP examples. - `SMTP_FROM` Sender user-part of the address. (Default: `no-reply` - e.g. no-reply@friendica.local) - `SMTP_TLS` Use TLS for connecting the SMTP Mail-Gateway. (Default: empty) - `SMTP_STARTTLS` Use STARTTLS for connecting the SMTP Mail-Gateway. (Default: empty) -- `SMTP_AUTH` Auth mode for the SMTP Mail-Gateway. (Default: `On`) +- `SMTP_AUTH` Auth mode for the SMTP Mail-Gateway. (Default: `On`) - `SMTP_AUTH_USER` Username for the SMTP Mail-Gateway. (Default: empty) - `SMTP_AUTH_PASS` Password for the SMTP Mail-Gateway. (Default: empty)