Matt Novak logo Matt Novak

email

Posts tagged: email

pytracking-go: a tiny, stateless open/click/unsubscribe tracker in Go

2025-09-30 • 4 min

A Go implementation of pytracking patterns: stateless tracking links with AES encryption, SQLite logging, and simple integration for email tracking.

KumoMTA: Why I'm Enjoying It More Than PMTA (and the automation I'm building next)

2025-09-05 • 6 min

Why I prefer KumoMTA over PMTA for my email infrastructure: modern, code-first approach, better observability, and automation-friendly design.

Daily Min/Max at Scale: A Tiny Python Pattern for Slicing Huge Email Lists by Day (Fast, Stream-Safe, Postgres-Friendly)

2025-07-07 • 4 min

A lean, drop-in Python pattern for quickly getting min/max daily metrics from massive email datasets—without pulling entire datasets into memory.