Add email communication system with encrypted credentials
- Add email components for composing, viewing threads, and credential setup - Implement server API endpoints for sending emails and fetching threads - Add encryption utilities for secure credential storage - Configure email settings in environment variables - Integrate email functionality into interest details modal
This commit is contained in:
@@ -5,3 +5,11 @@ NUXT_MINIO_SECRET_KEY=your-minio-secret-key
|
||||
# NocoDB Configuration (existing)
|
||||
NUXT_NOCODB_URL=your-nocodb-url
|
||||
NUXT_NOCODB_TOKEN=your-nocodb-token
|
||||
|
||||
# Email Configuration
|
||||
NUXT_EMAIL_ENCRYPTION_KEY=your-32-character-encryption-key
|
||||
NUXT_EMAIL_IMAP_HOST=mail.portnimara.com
|
||||
NUXT_EMAIL_IMAP_PORT=993
|
||||
NUXT_EMAIL_SMTP_HOST=mail.portnimara.com
|
||||
NUXT_EMAIL_SMTP_PORT=587
|
||||
NUXT_EMAIL_LOGO_URL=https://portnimara.com/logo.png
|
||||
|
||||
Reference in New Issue
Block a user