Deep dives into email infrastructure.
Deliverability, DNS, AWS pricing, and developer experience — researched properly, with the sources and the numbers shown.
At 100K Emails a Month, the Send Rate Is the Small Number
Sending 100,000 transactional emails on SES costs $10. A dedicated IP costs $24.95, attachments cost $24, and SES Pro costs $127. The full bill at 100K, the 17x spread across providers, and why cutting 30,000 sends saves $3.00.
Read articleAWS SES Pricing Plans: What Actually Changed
AWS added three subscription plans to SES and now starts every new account and Region on Essentials at $0.16 per 1,000 on the first 10M each month. À la carte is still $0.10, untiered — here's how to tell which one you're on and how to move back.
Read articleAgent Mailboxes: A Leash the Agent Can't Reach
An email identity for an AI agent, constrained by a Lambda in your own AWS account. Kill switch, sender pin, allowlist, and caps decided where the agent's credential can't reach them.
Read articleDMARC Is Finally an Actual Standard: What RFC 9989 Changes
RFC 9989 made DMARC Standards Track in May 2026, obsoleting RFC 7489 and RFC 9091. The Public Suffix List is replaced by a DNS tree walk, pct= is removed, np= and t= are in.
Read articleWhy Transactional Email Providers Cost More Than Sending Through SES
At 100K emails a month SES is about $10 and SendGrid, Resend and Postmark are $35 to $132. A line-by-line account of what the difference buys, and when it is worth paying.
September 2026The Five Pricing Models for High-Volume Email
Per-email tiers, per-contact, per-event, committed volume, and infrastructure pass-through. What each does to your bill as you grow, and the behaviour each one quietly encourages.
September 2026Tools That Run Marketing Campaigns On Your Own AWS SES
Sendy, EmailOctopus, MailBluster, Mailblast and Wraps all put a campaign UI on top of SES you own. How they differ on deployment, and where the delivery events actually go.
September 2026Email Vendor Lock-In: The Five Things That Actually Trap You
Exporting your contacts is the easy part. The five assets you build up as a customer that turn out to belong to the vendor, each with a check you can run before you sign.
September 2026What to Look For in a Developer-First Transactional Email API
Seven things that separate an email API you enjoy from one you tolerate, each with a test you can run in an afternoon. Includes the item Wraps fails.
September 2026A Python Email SDK for Your Own SES
wraps-email 0.1.0 is on PyPI. It signs SigV4 straight against SES in your AWS account — no Wraps API key, no Wraps server in the request path.
July 2026Making Our Docs Agent-Readable
Per-page markdown over content negotiation, well-known discovery documents, an in-browser tool surface, and AI crawl signals. What we shipped, what it does not do, and which of it is actually a standard.
May 2026SSO, Behavioral Segments, and What's Next: Inside the Scale Plan
Every Scale-exclusive feature explained — SSO + SCIM, behavioral segments, unlimited AWS accounts, 1-year history — plus a look at audit trail and custom retention coming next.
May 2026Sending Email from AI-Built Apps (Lovable, Bolt, Base44, Replit)
Built your app with AI? Here's how to add email without putting AWS credentials in your code. One CLI command, one API key, any platform.
May 2026How to Send Email from Your Lovable App
Deploy one CLI command, add two env vars to Lovable via Supabase, and send email with plain fetch. AWS credentials never touch your app.
May 2026How to Send Email from Your Bolt.new App
Deploy one CLI command, add two server env vars to Bolt, and send email from a server route. AWS credentials stay on your machine.
May 2026How to Send Email from Your Base44 App
Deploy one CLI command, add two server secrets to Base44, and send email from a backend function. AWS credentials never reach browser code.
May 2026How to Send Email from Your Replit App
Deploy one CLI command, add two Replit Secrets, and send email from a server route. AWS credentials stay on your local machine.
May 2026Signed Reply-To for Agents
Cryptographic conversation correlation for email agents. HMAC-signed reply-to addresses verified in a Lambda running in your AWS account — the signing secret never leaves your cloud.
April 2026We Graded 200 YC W26 Companies on Email Security. Only 23% Got an A.
We scanned every YC W26 company for SPF, DKIM, and DMARC using public DNS records. 70% don't enforce DMARC. Full data and methodology.
March 20264 Email Flows Your Supabase App Needs Before Going Live
Supabase handles auth and database. Email beyond magic links? That's on you. The 4 flows every production Supabase app needs — auth, transactional, broadcasts, automations — and how to set each one up.
March 2026How Email Actually Works
You click Send. What happens in the next 3 seconds? An interactive journey through SMTP handshakes, DNS lookups, relay hops, and authentication — with a terminal you can type in.
March 2026Email Templates as React, Workflows as TypeScript
Write email templates as React components and automation workflows as TypeScript. Version-controlled, type-safe, code-reviewable email infrastructure.
February 2026Receive Emails in Your AWS Account with Wraps
Build support inboxes, automate order processing, and create email-to-ticket workflows. All in your AWS account with EventBridge webhooks.
February 2026Your DMARC policy is useless
82% of domains have no DMARC. Of those that do, most set p=none—which tells receivers not to enforce. An interactive deep-dive into email authentication.
January 2026The SPF 10-Lookup Limit: Why Your Email Might Be Failing
SPF looks simple until you hit the 10-lookup limit. Learn how lookups are counted, which providers cost the most, and how to stay under the limit.
January 2026How to Get Out of Amazon SES Sandbox
The complete guide to SES production access approval. Interactive checklists, request templates, and everything you need to escape the sandbox on your first try.
January 2026AWS SES Production Architecture Guide
Everything you need to deploy SES at scale: dedicated IPs, bounce handling, rate limiting, configuration sets, and the patterns that protect your sender reputation.
January 2026AWS SES Setup Simplified: From Hours to Minutes
What should be a simple 'send email from my app' turns into a multi-day odyssey. See how one command deploys production-ready SES infrastructure.
January 2026Next.js + Vercel + AWS SES: The Complete Email Guide
Deploy production-ready email infrastructure to your AWS account in minutes. No stored credentials, zero access keys.
January 2026More coming soon
We're working on more deep-dives into email infrastructure, DNS, and developer tooling. Stay tuned.

