Add email password change feature and fix nginx config

- Add public page at /email/change-password for Poste.io mailbox password management
- Add API routes for SMTP credential verification and Poste.io password change
- Rewrite nginx config as HTTP-only (certbot --nginx will add SSL)
- Add Poste.io admin API env vars to docker-compose and env templates

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-30 16:15:08 +01:00
parent d5398e93a0
commit 8c598ba3ee
7 changed files with 607 additions and 21 deletions

View File

@@ -47,6 +47,14 @@ SMTP_USER="noreply@monaco-opc.com"
SMTP_PASS="your-smtp-password"
EMAIL_FROM="MOPC Platform <noreply@monaco-opc.com>"
# =============================================================================
# POSTE.IO ADMIN API (for email password management)
# =============================================================================
POSTE_API_URL="https://mail.monaco-opc.com"
POSTE_ADMIN_EMAIL="admin@monaco-opc.com"
POSTE_ADMIN_PASSWORD="your-poste-admin-password"
POSTE_MAIL_DOMAIN="monaco-opc.com"
# =============================================================================
# AI (OpenAI for Smart Assignment)
# =============================================================================