add event mail addresses to the /events endpoints
This commit is contained in:
parent
55cef1128e
commit
f44da341b4
10 changed files with 90 additions and 13 deletions
|
@ -10,6 +10,7 @@ from asgiref.sync import async_to_sync
|
|||
from channels.layers import get_channel_layer
|
||||
|
||||
from core.settings import MAIL_DOMAIN
|
||||
from inventory.models import Event
|
||||
from mail.models import Email
|
||||
from mail.protocol import send_smtp, make_reply, collect_references
|
||||
from notify_sessions.models import SystemEvent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue