mirror of
https://github.com/Mail-0/Zero.git
synced 2026-07-01 08:16:28 +00:00
- Add domain and domainAccount tables to database schema - Create SES email driver with domain verification and DKIM setup - Add tRPC routes for domain management (add, verify, delete domains and accounts) - Build frontend pages for domain management and user account management - Add SES webhook endpoint for inbound email processing - Update email provider constants to include Custom Domain option - Generate database migration for new tables Features: - Users can add custom domains and verify them with SES - Domain verification with DNS TXT records and DKIM tokens - Multiple email accounts per domain - Real-time domain verification status checking - Email routing for domain-based accounts - Integration with existing email processing pipeline Co-Authored-By: Adam <github@ajxb.net>