mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-06 13:22:12 +00:00
Revert domain in task task send emails
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user