initial commit

This commit is contained in:
flo-eberle
2026-02-15 10:04:41 +01:00
commit 1819779aac
20 changed files with 1078 additions and 0 deletions

14
.env.example Normal file
View File

@@ -0,0 +1,14 @@
# Email Configuration
SMTP_SERVER=smtp.gmail.com
SMTP_PORT=587
EMAIL_USERNAME=your-email@gmail.com
EMAIL_PASSWORD=your-app-password
EMAIL_FROM=your-email@gmail.com
EMAIL_TO=recipient@example.com
# Email Security (optional)
# Options: none, ssl, tls, starttls
EMAIL_SECURITY=starttls
# Optional: Multiple recipients (comma-separated)
# EMAIL_TO=recipient1@example.com,recipient2@example.com