Add partial email support and todo list

This commit is contained in:
2026-08-29 19:57:31 +03:00
parent d93690a36b
commit 8a2cbe5b8b
12 changed files with 187 additions and 10 deletions
+6
View File
@@ -1,2 +1,8 @@
# Generate a long, random value before deploying.
SECRET_KEY=replace-with-a-long-random-secret
PUBLIC_URL=https://eternityproject.fi
MAIL_HOST=smtp.example.com
MAIL_PORT=587
MAIL_USERNAME=your-smtp-username
MAIL_PASSWORD=your-smtp-password
MAIL_FROM=noreply@eternityproject.fi