Additional fix for email 73/72273/3
authorSean Smith <ssmith@iol.unh.edu>
Thu, 25 Mar 2021 19:16:50 +0000 (15:16 -0400)
committerSawyer Bergeron <sbergeron@iol.unh.edu>
Fri, 26 Mar 2021 22:50:41 +0000 (22:50 +0000)
Signed-off-by: Sean Smith <ssmith@iol.unh.edu>
Change-Id: I0599e29c7930386651f77bceccf05d069ebd4101

src/notifier/tasks.py

index 389750a..64d7574 100644 (file)
@@ -47,5 +47,5 @@ def dispatch_emails():
             email.title,
             email.message,
             os.environ.get("DEFAULT_FROM_EMAIL", "opnfv@laas-dashboard"),
-            email.recipient,
+            [email.recipient],
             fail_silently=False)