You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Attempt to log in using the magic login link via the web browser.
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
Server:
Self-Hosted Docker
Client:
Web browser
OS:
Windows (Client)
Linux (Server)
If self-hosted
Server Version: 1.21.6
Additional context
N/A
The text was updated successfully, but these errors were encountered:
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
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 tonoreply@khoj.dev
.To Reproduce
Steps to reproduce the behavior:
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
The text was updated successfully, but these errors were encountered: