Send welcome emails when a new user signs up (#691)

* Don't trigger any re-indexing on server initailization

* Integrate Resend to send welcome emails when a new user signs up

- Only send if this is the first time they've signed in
- Configure welcome email with basic styling, as more complex designs don't work and style tag did not work
This commit is contained in:
sabaimran
2024-04-10 07:27:33 -07:00
committed by GitHub
parent 6d153022f6
commit 3fe94a67b0
7 changed files with 123 additions and 18 deletions

View File

@@ -94,6 +94,7 @@ prod = [
"stripe == 7.3.0",
"twilio == 8.11",
"boto3 >= 1.34.57",
"resend >= 0.8.0",
]
dev = [
"khoj-assistant[prod]",