diff --git a/src/khoj/routers/email.py b/src/khoj/routers/email.py index 03c3d78c..b1eb418e 100644 --- a/src/khoj/routers/email.py +++ b/src/khoj/routers/email.py @@ -64,7 +64,7 @@ def send_task_email(name, email, query, result, subject): r = resend.Emails.send( { - "from": "Khoj ", + "from": "Khoj ", "to": email, "subject": f"✨ {subject}", "html": html_content,