Files
Zero/apps
Devin AI 7f2ffe1a75 Implement custom domains with Amazon SES integration
- 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>
2025-07-24 02:26:06 +00:00
..