diff --git a/docs/docs/self-hosting/installation/config.md b/docs/docs/self-hosting/installation/config.md index 7156046c73..0450c20db6 100644 --- a/docs/docs/self-hosting/installation/config.md +++ b/docs/docs/self-hosting/installation/config.md @@ -171,16 +171,19 @@ smtp: email: # Optional name for sender sender-name: + # Optional encryption + encryption: ``` | Variable | Description | Default | -| ------------------ | ---------------------------- | ------- | +|--------------------|------------------------------| ------- | | `smtp.host` | SMTP server host | | | `smtp.port` | SMTP server port | | | `smtp.username` | SMTP auth username | | | `smtp.password` | SMTP auth password | | | `smtp.email` | Sender email address | | | `smtp.sender-name` | Custom name for email sender | | +| `smtp.encryption` | Encryption method (tls, ssl) | | | `transmail.key` | Zeptomail API key | | ### WebAuthn Passkey Support diff --git a/server/configurations/local.yaml b/server/configurations/local.yaml index 70d7589280..7b43329365 100644 --- a/server/configurations/local.yaml +++ b/server/configurations/local.yaml @@ -248,6 +248,8 @@ smtp: # Optional override for the sender name in the emails. If specified, it will # be used for all emails sent by the instance (default is email specific). sender-name: + # Optional encryption method. If tls or ssl is chosen, encryption is enabled. + encryption: # Zoho Zeptomail config (optional) #