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/20 MARCH 2026

Recipient Email Validation Package (@reloop/email-validation)

SDK
Feature

Created shared validation package checking email RFC syntax, disposable domains, and MX records.

BACKEND

  • Validation engine. Strict RFC 5322 syntax validation and internationalized email domain (IDN) parsing.
  • Disposable domain check. Built-in blocklist of temporary email providers and real-time DNS MX record verification.

DEVOPS

  • Package extraction. Extracted into packages/email-validation for shared consumption across backend services and SDKs.
Reloop