From a3d3ee24f841a819c865c273de256ecbac927a38 Mon Sep 17 00:00:00 2001 From: Kilian Hohm Date: Fri, 15 Aug 2025 15:48:59 +0200 Subject: [PATCH] Document optional TLS/SSL encryption for sending emails via SMTP --- docs/docs/self-hosting/installation/config.md | 5 ++++- server/configurations/local.yaml | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) 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) #