summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Nestler <raphael.nestler@gmail.com>2024-01-14 02:12:38 +0100
committerGitHub <noreply@github.com>2024-01-14 01:12:38 +0000
commitf14ad96e2d5d970d20a9ccdc793d066e5f47bcfb (patch)
tree4c8d80c02fbe16dddd52153428cc522598f2b039
parentea64bed4f9fb3c15ce7ae89bcad8a7179478a9ac (diff)
Mention minimal SMTP configuration in README.md (#2144)
Looking at https://github.com/nextcloud/docker/blob/d1dbc77e0b5e851105cf8606942e74b7d21fe682/.config/smtp.config.php it is clear that `SMTP_HOST`, `MAIL_FROM_ADDRESS` and `MAIL_DOMAIN` must be set. Signed-off-by: Raphael Nestler <raphael.nestler@gmail.com>
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9cbcfbe4..c759ecba 100644
--- a/README.md
+++ b/README.md
@@ -174,6 +174,8 @@ To use an external SMTP server, you have to provide the connection details. To c
- `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.
+At least `SMTP_HOST`, `MAIL_FROM_ADDRESS` and `MAIL_DOMAIN` must be set for the configurations to be applied.
+
Check the [Nextcloud documentation](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/email_configuration.html) for other values to configure SMTP.
To use an external S3 compatible object store as primary storage, set the following variables: