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:
@@ -41,6 +41,14 @@ SMTP_USER=noreply@monaco-opc.com
|
||||
SMTP_PASS=CHANGE_ME
|
||||
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=CHANGE_ME
|
||||
POSTE_MAIL_DOMAIN=monaco-opc.com
|
||||
|
||||
# =============================================================================
|
||||
# AI (OpenAI - optional)
|
||||
# =============================================================================
|
||||
|
||||
Reference in New Issue
Block a user