~/email-for-developers providers ↗
guides index

Guides

38 implementation guides covering the parts of email that break in production: retries, webhooks, event streams, suppressions, sequencing, and review policy for agent-generated mail.

pillar guides

implementation guides

4 Email Preference Center Mistakes That Drive Unsubscribes

Most preference centers give subscribers two options: get everything or get nothing. These mistakes make list churn worse, not better.

4 Guardrails for Agent-Generated Emails That Prevent Bad Sends

AI agents sending email on your behalf need explicit constraints. Without them, you get duplicate sends, wrong recipients, and content that embarrasses the product.

4 Lifecycle Email Problems That Surface During a Queue Audit

A look at four lifecycle email failures that compound quietly in SaaS products, and what to check to find them before they grow.

7 Email API Log Fields That Matter for Debugging Delivery

The log fields to check when tracing why a transactional email did not arrive.

A/B Testing Email

A practical guide to email split tests, holdouts, sample size limits, and promotion rules.

Account-Level Email Analytics for SaaS

How SaaS teams should measure lifecycle email by account, user role, workspace state, and revenue movement.

Agent Email Approval Policies

A policy model for deciding which AI-written emails can send automatically and which need review.

Agent Mailbox Routing

How to route inbound email across agents, shared inboxes, fallback queues, and human review.

Audit Logs for Agent Email

What to log when AI agents receive, interpret, approve, and send email.

Behavioral Email Triggers

How to design event-driven lifecycle email without duplicate sends or trigger spam.

Dunning Emails for SaaS

A SaaS dunning sequence guide for failed payments, grace periods, retries, and account-state messaging.

Email Event Streams

How to consume delivery, bounce, complaint, open, and click events without corrupting message state.

Email for AI Agents: Inbound, Outbound, Safety, and Provider Choice

A practical guide to email infrastructure for agentic products that parse, send, and act on email.

Email Marketing Attribution

How to connect email sends to revenue without trusting one dashboard blindly.

Email Marketing KPIs (For Startups That Care About Activation, Not Opens)

The metrics that matter for early-stage email programs and the metrics to ignore.

Email Marketing vs Marketing Automation

The boundary, the overlap, and how a startup should think about which one they need first.

Email Segmentation Strategy for Growth Teams

A tactical guide to identity, behavior, lifecycle, and revenue segmentation for lifecycle email.

Email Testing for Developers: Capture, Staging Inbox, and Cross-Client Rendering

Email testing means three different jobs: capturing local sends, checking a real inbox, and previewing rendering across email clients. Which tool fits each.

Email Webhook Security for Agents

A practical security checklist for inbound email webhooks feeding agent workflows.

Email Webhooks

A technical reference for receiving, verifying, and processing email delivery callbacks.

Human Review for Agent Email

Where to put approval gates before an agent sends email or acts on inbound email.

Idempotency Keys for Email APIs

How stable request keys prevent duplicate email sends when clients retry failed API calls.

Idempotent Email Sending for Agents

How to prevent duplicate agent emails when queues retry, tool calls fail, or model runs restart.

Inbound Email for AI Agents

How to route, parse, validate, and safely pass inbound email into an agent workflow.

Multi-Tenant Transactional Email

How SaaS teams should model tenants, sender domains, streams, and suppressions.

Prompt Injection in Email Agents

How to reduce prompt injection risk when inbound email becomes agent input.

Retry Queues for Agent Email

Queue design for agent-triggered email sends, including backoff, dedupe, dead letters, and manual replay.

SaaS Email Segmentation

A practical segmentation model for SaaS lifecycle email across roles, product behavior, account state, and revenue state.

SaaS Onboarding Email Sequence: The Minimal Version That Still Works

A behavior-triggered onboarding sequence for SaaS products, with timing, triggers, copy jobs, and metrics.

SMTP vs Email API

A practical comparison of SMTP relay and HTTP email APIs for product email.

Structured Email Extraction for AI Agents

How to turn inbound email into validated fields before an agent decides what to do.

The Startup Email Checklist

Forty-six items most startups miss, organized by stage. Every item links to where to act.

Transactional Email Best Practices

Operational practices that decide whether transactional email stays out of spam and out of incident reports.

Transactional Email for SaaS

A technical guide to auth, billing, security, collaboration, product events, stream separation, idempotency, and support logs.

Transactional Email Pricing at Scale

How to compare email API cost once free tiers stop mattering: overages, dedicated IPs, sub-accounts, retention, and support tiers at real volume.

Transactional Email vs Marketing Email: The Practical Differences

A side-by-side breakdown of the two streams, with the rules that decide which is which and the consequences of mixing them.

Transactional Emails: A Practical Guide

What transactional email is, when it applies, and the trade-offs that decide which provider you pick.

Trial to Paid Email Sequence for SaaS

A practical trial conversion sequence for cardless, card-upfront, and sales-assisted SaaS trials.

reading this as developers picking email infrastructure

The question here is which one a backend engineer would rather operate. That means SDK depth in the language already in use, whether a retry can safely be replayed, how much the event log tells you when a customer says the email never arrived, and whether the pricing curve stays sane as volume grows.

Applied to these guides, that means weighing developer experience, SDK breadth, idempotency keys, and operating track record ahead of the rest, against password resets, receipts, and magic links shipped from application code.