changes to the Email processing
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user