Samir Boulahtit
36603178c3
feat: add email settings with database overrides for admin and vendor
Platform Email Settings (Admin):
- Add GET/PUT/DELETE /admin/settings/email/* endpoints
- Settings stored in admin_settings table override .env values
- Support all providers: SMTP, SendGrid, Mailgun, Amazon SES
- Edit mode UI with provider-specific configuration forms
- Reset to .env defaults functionality
- Test email to verify configuration
Vendor Email Settings:
- Add VendorEmailSettings model with one-to-one vendor relationship
- Migration: v0a1b2c3d4e5_add_vendor_email_settings.py
- Service: vendor_email_settings_service.py with tier validation
- API endpoints: /vendor/email-settings/* (CRUD, status, verify)
- Email tab in vendor settings page with full configuration
- Warning banner until email is configured (like billing warnings)
- Premium providers (SendGrid, Mailgun, SES) tier-gated to Business+
Email Service Updates:
- get_platform_email_config(db) checks DB first, then .env
- Configurable provider classes accept config dict
- EmailService uses database-aware providers
- Vendor emails use vendor's own SMTP (Wizamart doesn't pay)
- "Powered by Wizamart" footer for Essential/Professional tiers
- White-label (no footer) for Business/Enterprise tiers
Other:
- Add scripts/install.py for first-time platform setup
- Add make install target
- Update init-prod to include email template seeding
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-05 22:23:47 +01:00
..
2026-01-05 22:23:47 +01:00
2025-12-01 21:51:07 +01:00
2025-12-21 20:57:08 +01:00
2025-11-28 19:30:17 +01:00
2025-11-28 19:30:17 +01:00
2025-11-28 20:03:45 +01:00
2025-12-20 20:33:48 +01:00
2025-12-01 21:50:09 +01:00
2025-11-28 19:30:17 +01:00
2025-12-28 20:03:34 +01:00
2026-01-02 19:16:35 +01:00
2026-01-03 18:29:26 +01:00
2025-12-31 18:28:40 +01:00
2026-01-01 18:12:09 +01:00
2025-12-25 12:27:12 +01:00
2025-12-24 18:15:27 +01:00
2025-12-20 20:33:48 +01:00
2025-12-13 22:59:51 +01:00
2025-12-11 17:28:54 +01:00
2025-12-20 21:17:41 +01:00
2025-11-28 19:30:17 +01:00
2025-11-28 19:30:17 +01:00
2025-12-21 14:08:31 +01:00
2025-11-28 19:30:17 +01:00
2025-11-28 19:30:17 +01:00
2025-12-27 21:46:26 +01:00
2025-12-20 13:11:47 +01:00
2026-01-02 20:31:48 +01:00
2026-01-03 17:16:27 +01:00
2025-11-28 19:30:17 +01:00
2025-12-24 23:41:20 +01:00
2025-12-24 23:41:20 +01:00
2025-11-28 19:30:17 +01:00
2025-12-27 10:25:36 +01:00
2025-11-28 19:30:17 +01:00
2025-12-13 22:59:51 +01:00
2025-12-13 22:36:09 +01:00
2025-12-25 22:21:14 +01:00
2026-01-05 22:23:47 +01:00
2026-01-03 18:29:26 +01:00
2025-11-28 19:37:38 +01:00
2026-01-05 22:23:47 +01:00