khoj-ai / khoj

Your AI second brain. Self-hostable. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI (e.g gpt, claude, gemini, llama, qwen, mistral).
https://khoj.dev
GNU Affero General Public License v3.0
15.92k stars 785 forks source link

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

Closed kanya-approve closed 2 months ago

kanya-approve commented 2 months 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 2 months ago

@sabaimran @debanjum @MythicalCow