- Shipped
- July 27, 2026 at 7:19 PM UTC
- Author
- Kamo
- Commit
- 7243a85
Adds the shared-library foundation for org-level bulk email campaigns: - OrgBulkEmailProviderEntity (separate from everyday provider; UNIQUE org_id) - EmailCampaignEntity / EmailCampaignRecipientEntity (+ status/scope/throttle/ source enums) modeling the durable per-recipient send queue - EmailSuppressionEntity (CAN-SPAM suppression list) - Department: email + phone/extension (EmbPhoneNumber) contact fields - Organization: contactEmail (company-scope campaign From default) - RoleRightType: VIEW_BULK_EMAIL(175), MANAGE_BULK_EMAIL(176) under MARKETING All new packages sit under com.kamo.z.shared.email.* (already covered by KamoInitializer **************** Compiles cleanly.