For the complete site index, see llms.txt. Docs index: llms-docs.txt. Marketing corpus: llms-full.txt. Docs corpus: llms-full-docs.txt. Prefer markdown URLs where available (append .md).. Product skill: skill.md. Pricing: pricing.md. Docs MCP: /docs/mcp. Site MCP: /mcp.

CHANGELOG/19 JUNE 2026

Mailing & Broadcast Infrastructure

Backend
Infrastructure

Built the mailing service (apps/backend/mailing) to handle scheduled broadcast deliveries to contact lists.

PLANNING

  • Broadcast engine design. Planned chunked recipient processing, rate limiting, and deduplication queues for broadcast dispatches.

BACKEND

  • Mailing microservice. Built apps/backend/mailing to process scheduled broadcast deliveries and contact list ingestion.
  • Queue integration. Direct spooling of broadcast jobs into high-speed KumoMTA delivery queues.

DEVOPS

  • CI pipeline. Added be-mailing.yml GitHub Actions workflow for container build and testing.
Reloop