changes to the Email processing

This commit is contained in:
2026-09-17 21:04:03 +02:00
parent 76efa85419
commit 7d0147061a
2 changed files with 23 additions and 38 deletions
+4
View File
@@ -227,6 +227,10 @@ def send_push_notification(username, title, body, icon=None, url='/', reference=
sent_count = 0
for subscription in subscriptions:
from Web.modules.emailservice.email import send, send_pdf
if cfg.MODULES.is_enabled('mail'):
#implement the sending
pass
success = _send_to_subscription(
subscription,
title,