We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41ff810 + c50eaa9 commit 4e3e9f9Copy full SHA for 4e3e9f9
1 file changed
alert_system/email_processing.py
@@ -48,10 +48,9 @@ def send_alert_email_notification(
48
49
email_context = get_alert_email_context(load_item, user)
50
email_body = render_to_string(template, email_context)
51
-
52
send_notification(
53
subject=subject,
54
- recipients=user.email,
+ recipients=[user.email],
55
message_id=message_id,
56
in_reply_to=in_reply_to,
57
html=email_body,
0 commit comments