Revert domain in task task send emails

This commit is contained in:
sabaimran 2024-05-03 15:27:27 +05:30
parent a1263951e9
commit a38f3227e2

View file

@ -64,7 +64,7 @@ def send_task_email(name, email, query, result, subject):
r = resend.Emails.send(
{
"from": "Khoj <khoj@automations.khoj.dev>",
"from": "Khoj <khoj@khoj.dev>",
"to": email,
"subject": f"{subject}",
"html": html_content,