From 67a97ffc4dc81f2063b8e64c61c352ef7b6c40af Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 15 Apr 2025 07:52:53 -0700 Subject: [PATCH] Documentation: expound email config explanation --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 494d032da..47d4ef254 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1670,7 +1670,7 @@ started by the container. ## Email sending -Setting an SMTP server for the backend will allow you to reset your +Setting an SMTP server for the backend will allow you to use the Email workflow action, send documents from the UI as well as reset your password. All of these options come from their similarly-named [Django settings](https://docs.djangoproject.com/en/4.2/ref/settings/#email-host) #### [`PAPERLESS_EMAIL_HOST=`](#PAPERLESS_EMAIL_HOST) {#PAPERLESS_EMAIL_HOST}