From d66bf759e1e11ec3147665dd71bbb23969c269fe Mon Sep 17 00:00:00 2001 From: Cathy Hu Date: Wed, 16 Sep 2020 23:41:38 +0200 Subject: [PATCH] [email] Fix email sender bug --- kibicara/platforms/email/webapi.py | 1 - 1 file changed, 1 deletion(-) diff --git a/kibicara/platforms/email/webapi.py b/kibicara/platforms/email/webapi.py index fa941e2..d9317a8 100644 --- a/kibicara/platforms/email/webapi.py +++ b/kibicara/platforms/email/webapi.py @@ -202,7 +202,6 @@ async def email_subscribe( email.send_email( subscriber.email, "Subscribe to Kibicara " + hood.name, - sender=hood.name, body='To confirm your subscription, follow this link: ' + confirm_link, ) return {}