Files
mailer/changelog.md

841 B

Changelog

2025-10-24 - 1.0.1 - fix(dev)

Add local development settings file to grant tooling permissions

  • Add a local development settings file to configure permissions used by repository tooling (file-system reads and a small set of shell/CLI operations).
  • This is a developer-only configuration — it doesn't change runtime code or published artifacts.
  • No functional changes to the mailer library; bumps patch version only to record the repository config change.

1.0.0 (2025-10-24)

Features

  • Initial release of @serve.zone/mailer
  • SMTP server and client implementation
  • HTTP REST API (Mailgun-compatible)
  • Automatic DNS management via Cloudflare
  • Systemd daemon service
  • CLI interface for all operations
  • DKIM signing and SPF validation
  • Email routing and delivery queue
  • Rate limiting and bounce management