From 8de2173d501247a9992b8b9c0ec71b73c059fbaa Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 31 Aug 2021 22:48:49 +0200 Subject: [PATCH] add email-sender --- docs/start/config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/start/config.md b/docs/start/config.md index 190bfa3..65d669d 100644 --- a/docs/start/config.md +++ b/docs/start/config.md @@ -97,6 +97,7 @@ The following email settings are available: | INVENTREE_EMAIL_PASSWORD | email.password | Email account password | *Not set* | | INVENTREE_EMAIL_TLS | email.tls | Enable TLS support | False | | INVENTREE_EMAIL_SSL | email.ssl | Enable SSL support | False | +| INVENTREE_EMAIL_SENDER | email.sender | Name of sender | *Not set* | ## Allowed Hosts / CORS