khoj-ai / khoj

Your AI second brain. Get answers to your questions, whether they be online or in your own notes. Use online AI models (e.g gpt4) or private, local LLMs (e.g llama3). Self-host locally or use our cloud instance. Access from Obsidian, Emacs, Desktop app, Web or Whatsapp.
https://khoj.dev
GNU Affero General Public License v3.0
12.63k stars 640 forks source link

[FIX] Resend sender email hardcoded to noreply@khoj.dev #908

Closed kanya-approve closed 1 week ago

kanya-approve commented 1 week ago

Describe the bug

When attempting to send magic login emails, noreply@khoj.dev is used which caused the email to fail as this domain is not configured on my Resend account. I expected the system to use an email from my domain, but it was hard coded to noreply@khoj.dev.

To Reproduce

Steps to reproduce the behavior:

  1. Attempt to log in using the magic login link via the web browser.
  2. The system tries to send an email using noreply@khoj.dev, which fails this email address is not associated with my Resend account.

Screenshots

N/A

Platform

If self-hosted

Additional context

N/A

kanya-approve commented 1 week ago

@sabaimran @debanjum @MythicalCow