Quick Answer

Email marketing is sending commercial or promotional email to a list of opted-in subscribers to drive engagement, retention, or revenue. The fundamentals are: clean opt-in list building, authenticated sending infrastructure (SPF, DKIM, DMARC), thoughtful segmentation, engagement-based sending, and continuous list hygiene. Skip any of these and deliverability degrades.

Email Marketing Fundamentals: The Operator's Primer

By Braedon·Mailflow Authority·Email Deliverability·Updated 2026-05-16

Email marketing is one of the highest-ROI marketing channels because it's owned media, trackable, and inexpensive once the infrastructure exists. The reason most programs underperform isn't strategy — it's that the infrastructure underneath is wrong. This primer covers the fundamentals every operator should know, written from the perspective of someone who configures the actual sending infrastructure for a living.

If you've never set up an email program before, this gives you the right mental model. If you've been running one and wondering why deliverability is slipping, this is the diagnostic checklist.

The five pillars

A working email marketing program has five layers, and weakness in any one drags the others down.

  1. List quality. Opted-in, engaged contacts. No purchased data, no scraped lists.
  2. Authentication infrastructure. SPF, DKIM, DMARC properly configured. Without these, Gmail and Yahoo will quietly throttle you under their 2024 bulk sender rules.
  3. Sender reputation. IP and domain reputation built over time through consistent volume, engagement, and complaint management.
  4. Content and design. Mobile-responsive, accessible, rendering correctly across major clients. Subject lines that earn opens without tricking them.
  5. Engagement-based sending. Segmenting by recency and behavior so you stop mailing people who don't want it.

Skip any one and the rest weaken.

Pillar 1: List quality

The cleanest list is one you built yourself with double opt-in, captured consent metadata, and re-engaged or removed inactive subscribers regularly.

The cardinal rules:

  • No purchased lists, ever. Every major ESP prohibits them and they'll burn your domain reputation in 2-3 sends. See why you can't buy mailing lists for the longer version.
  • Double opt-in for serious senders. 15-25% conversion drop in exchange for 50%+ better long-term deliverability.
  • Capture timestamp, IP, source URL, consent text. GDPR and complaint-defense.
  • Sunset inactive subscribers. 90+ days no engagement = re-engage or remove. See sunset policies.

Pillar 2: Authentication

Three DNS records carry most of the load:

; SPF
yourdomain.com.  TXT  "v=spf1 include:_spf.youresp.com ~all"

; DKIM (provided by your ESP, usually CNAME)
selector._domainkey.yourdomain.com.  CNAME  selector.dkim.youresp.com.

; DMARC
_dmarc.yourdomain.com.  TXT  "v=DMARC1; p=quarantine; rua=mailto:[email protected]"

For the actual setup workflow, see the SPF setup guide, the DKIM setup guide, and the DMARC setup guide.

Since February 2024, Gmail and Yahoo require all three for any sender doing more than 5,000 messages/day to their domains. Microsoft followed in mid-2025. This isn't optional anymore.

Pillar 3: Sender reputation

Reputation is built over time and damaged in single sends. Gmail tracks it per sending IP, per signing domain, per from-domain. Microsoft uses both IP and domain. Yahoo and AOL use mostly IP.

What helps reputation:

  • Consistent sending volume (no big spikes)
  • Low complaint rate (under 0.1%)
  • High engagement (opens, clicks, replies, time-in-inbox)
  • Low bounce rate (under 2%)
  • Spam-trap-free list

What hurts:

  • Sudden volume changes
  • Complaints above 0.3%
  • Bounces above 5%
  • Spam trap hits (any)
  • Sending to unengaged subscribers

Monitor with Google Postmaster Tools and Microsoft SNDS. See the Postmaster Tools guide.

Practitioner note: Reputation lag is the most underappreciated thing in email. A bad send today hurts you for 30-60 days, sometimes longer. There's no way to "fix" it quickly — only to send consistently better mail and wait for reputation to recover. Plan accordingly.

Pillar 4: Content and design

Modern email is HTML rendered across 30+ clients with wildly different capabilities. The non-negotiables:

  • Mobile-responsive layout (60%+ of opens are mobile)
  • Inline CSS (Gmail strips <style> in some scenarios)
  • Plain-text version always included
  • Alt text on every image
  • Single clear call-to-action above the fold
  • Subject line ≤ 50 characters
  • Preheader text customized (not "View in browser")

For testing rendering, see email rendering across clients.

Pillar 5: Engagement-based sending

The single most common deliverability mistake is sending the same frequency to everyone. Engaged subscribers can handle 2-5 messages/week; cold subscribers should get 0-1.

A simple segmentation framework:

SegmentDefinitionSend frequency
Highly engagedOpened/clicked in last 14 daysFull frequency
EngagedOpened/clicked in last 30 daysFull frequency
LapsingNo engagement in 30-90 days50% frequency
DisengagedNo engagement 90-180 daysRe-engagement campaign
InactiveNo engagement 180+ daysSunset/remove

This alone usually improves inbox placement by 10-25%.

Picking an ESP

Quick decision tree:

  • Ecommerce on Shopify: Klaviyo
  • B2B with CRM needs: HubSpot
  • Creator/newsletter: Beehiiv, ConvertKit, Substack
  • General SMB marketing: Mailchimp, Brevo, ActiveCampaign
  • Transactional + marketing API: SendGrid, Mailgun, Postmark
  • Cold outreach: Instantly, Smartlead (separate infrastructure)

See individual reviews: SendGrid, Mailchimp, Klaviyo, Postmark.

Metrics that actually matter

Stop chasing open rate. Apple Mail Privacy Protection has inflated opens 30-100% for most senders. Track:

  • Click rate — real engagement
  • Conversion rate — business outcome
  • Complaint rate — keep under 0.1%, hard limit at 0.3%
  • Bounce rate — keep under 2%
  • List growth rate — net add per period
  • Unsubscribe rate — under 0.5% per send is healthy
  • Revenue per email (ecommerce) or revenue per subscriber per month

Practitioner note: If your boss only looks at open rate, give them open rate. Then quietly track click rate and revenue per subscriber and use those for actual decisions. Open rate is broken; the business hasn't caught up yet.

If you're building or fixing an email marketing program and want a deliverability-first audit of the fundamentals, book a consultation. I do end-to-end reviews of authentication, list hygiene, segmentation, and ESP configuration.

Sources


v1.0 · May 2026

Frequently Asked Questions

What is email marketing?

Email marketing is the use of email to communicate with prospects and customers — newsletters, promotional campaigns, lifecycle automation, transactional notifications, and re-engagement. It works because email is owned media (you own the list), trackable (opens, clicks, conversions), and inexpensive relative to paid channels. Average ROI is consistently $30-40 per $1 spent for well-run programs.

How do you start email marketing?

Pick an ESP (Mailchimp, ConvertKit, Klaviyo, HubSpot — based on your use case). Set up SPF, DKIM, DMARC on your sending domain. Build an opt-in list through forms and lead magnets. Send a welcome sequence within 24 hours. Send regularly, segment by engagement, monitor deliverability, and clean your list every 90 days.

What's the difference between email marketing and email automation?

Email marketing is the broad practice — newsletters, campaigns, lifecycle. Email automation is the technique of sending mail triggered by user behavior or time (welcome series, cart abandonment, re-engagement). Automation is a subset of email marketing. Most modern programs are 60-80% automation by send volume.

How much does email marketing cost?

ESPs range from free (Mailchimp 500 contacts, Beehiiv 2,500 subscribers) to $20-150/month for SMB plans, to thousands per month at enterprise scale. Add costs for design, copywriting, lead magnets, and validation tools. A typical SMB email program runs $200-1000/month all-in; enterprise programs run $5,000-50,000+.

What's a good email open rate?

Industry-average open rates are 20-30% for opt-in marketing email, 40-60% for transactional. Apple Mail Privacy Protection (2021+) inflates opens artificially, so trust click rate over open rate. 2-5% click rate is solid for marketing, 8-15% for engaged segments. Compare yourself against your own historical baseline, not industry averages.

Want this handled for you?

Free 30-minute strategy call. Walk away with a plan either way.