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:
@@ -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)
|
||||
# =============================================================================
|
||||
|
||||
Reference in New Issue
Block a user