summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDaniel <mail@danielkesselberg.de>2023-03-04 19:46:17 +0100
committerGitHub <noreply@github.com>2023-03-04 18:46:17 +0000
commit4abe7df9d5b94a81329d9131bf88aefe4050d031 (patch)
treeb5f858fcf129188604452623099dece5fee239d2 /README.md
parentf8169f68046124d44711aa6ac238d832ecd14376 (diff)
docs(smtp): clearify on mail_from_address (#1929)
mail_from_address will overwrite the local-part for the from address. Signed-off-by: Daniel <mail@danielkesselberg.de>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6fd5cbc9..db32aa47 100644
--- a/README.md
+++ b/README.md
@@ -159,7 +159,7 @@ To use an external SMTP server, you have to provide the connection details. To c
- `SMTP_AUTHTYPE` (default: `LOGIN`): The method used for authentication. Use `PLAIN` if no authentication is required.
- `SMTP_NAME` (empty by default): The username for the authentication.
- `SMTP_PASSWORD` (empty by default): The password for the authentication.
-- `MAIL_FROM_ADDRESS` (not set by default): Use this address for the 'from' field in the emails sent by Nextcloud.
+- `MAIL_FROM_ADDRESS` (not set by default): Set the local-part for the 'from' field in the emails sent by Nextcloud.
- `MAIL_DOMAIN` (not set by default): Set a different domain for the emails than the domain where Nextcloud is installed.
Check the [Nextcloud documentation](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/email_configuration.html) for other values to configure SMTP.