mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-22 13:43:54 +01:00
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>
This commit is contained in:
parent
f8169f6804
commit
4abe7df9d5
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue