feat: Enhance email templates and add plain text support for improved deliverability
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user