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

Use environment variable to set sender email of auth link emails #907

Closed kanya-approve closed 1 week ago

kanya-approve commented 1 week ago

Set sender email using RESEND_EMAIL environment variable for magic link sent via Resend API for authentication . It was previously hard-coded. This prevented hosting Khoj on other domains.

Resolves #908

kanya-approve commented 1 week ago

@sabaimran @debanjum @MythicalCow