feat: Enhance email templates and add plain text support for improved deliverability

This commit is contained in:
Christian Krakau-Louis
2025-04-17 22:22:09 +02:00
parent 6753444daf
commit 828719b318
13 changed files with 663 additions and 269 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ services:
container_name: pubquiz_mailpit
restart: unless-stopped
ports:
- "8025:8025" # Web UI
- "8025:8025" # Web UI - Access emails at http://localhost:8025/
- "1025:1025" # SMTP Server
environment:
MH_STORAGE: "memory" # Store emails in memory (they will be lost on container restart)