From 2b1417ccf328e8b5190369204ef77325f307ac87 Mon Sep 17 00:00:00 2001 From: Stefan Hacker Date: Thu, 16 Apr 2026 13:52:39 +0200 Subject: [PATCH] Make customer upload-confirmation email opt-out via settings New smtp_notify_customer toggle in the SMTP section. Defaults to true to preserve existing behavior. When unchecked, customers no longer receive the upload summary even if they have an email on file; staff and (optionally) admins keep getting their notifications. Co-Authored-By: Claude Opus 4.6 (1M context) --- public/admin/index.html | 8 ++++++++ src/server.js | 3 +++ src/upload-notifier.js | 3 ++- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/public/admin/index.html b/public/admin/index.html index 72cb25d..e5b42f7 100644 --- a/public/admin/index.html +++ b/public/admin/index.html @@ -379,6 +379,12 @@
+ +
+