mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Revert domain in task task send emails
This commit is contained in:
parent
a1263951e9
commit
a38f3227e2
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue