From 5d6bb734930e31bbd8232ef787d01b0768d1fd7f Mon Sep 17 00:00:00 2001 From: Jamie Schenker Date: Thu, 24 Jul 2025 14:09:22 +0200 Subject: [PATCH] docs: add missing email env variables --- en/deploy/env.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/en/deploy/env.mdx b/en/deploy/env.mdx index affc91f..a106407 100644 --- a/en/deploy/env.mdx +++ b/en/deploy/env.mdx @@ -39,6 +39,9 @@ mode: "wide" | BACKEND_MAIL_PORT | Email server port | - | - | 465 | | BACKEND_MAIL_AUTH_USER | Email server authentication username | - | - | username | | BACKEND_MAIL_AUTH_PASS | Email server authentication password | - | - | usertoken | +| BACKEND_MAIL_SECURE | Email smtp use SSL (SMTP-Server has to support this) | true | - | true | +| BACKEND_MAIL_SENDER | Email address which gets used for sending mails | noreply.teable.io | - | mymail@example.com | +| BACKEND_MAIL_SENDER_NAME | Email sender name which gets displayed in sent mails | Teable | - | Teable | | Session/JWT Configuration | | BACKEND_SESSION_EXPIRES_IN | Session expiration time | 7d | - | 7d | | BACKEND_SESSION_COOKIE_SECURE | Whether to secure session cookie | false | - | true |