Skip to content
MailCull
Back to blog email-marketing

Email Marketing Glossary: 50+ Terms Defined With Real Examples

A bookmarkable reference for the email marketing and deliverability vocabulary that actually matters, with real examples, common confusions, and links to deeper explainers.

The email marketing vocabulary is dense, partly because the technical layer (SMTP, DNS, MX records) bleeds into the marketing layer (open rates, segments, deliverability scores), and the same term often means slightly different things to a deliverability engineer and a campaign manager. This glossary collects the terms you'll see on your ESP dashboard, in vendor pitches, in bounce reports, and in conversations with deliverability teams, defined plainly, with the common confusions called out.

Skim it as a reference. Bookmark it. The terms are organized A-Z; cross-references link to deeper posts where the topic deserves a full treatment.

01A

Acceptable use policy (AUP) The rules your ESP sets for what you can send. Violating the AUP (mailing purchased lists, spam, illegal content) is the most common reason accounts get suspended. Read your ESP's AUP once when you sign up; revisit when it changes.

Authentication The umbrella term for the three DNS records that prove your domain authorized the email: SPF, DKIM, and DMARC. See the SPF / DKIM / DMARC setup guide for the practical setup.

Autoresponder An automated message triggered by a subscriber action (signup, purchase, abandoned cart). The opposite of a one-off broadcast campaign. Drip sequences are autoresponders.

02B

BIMI (Brand Indicators for Message Identification) A relatively new email-authentication standard that displays your brand logo next to authenticated mail in inboxes that support it (Gmail, Apple Mail). Requires DMARC at p=quarantine or p=reject plus a verified VMC (Verified Mark Certificate). Mostly a brand-visibility play, not deliverability.

Bounce Any email that the receiving server didn't accept for delivery. Comes in two flavors: hard and soft. See why are my emails bouncing for the diagnostic guide.

Bounce rate The percentage of attempted sends that bounced. (bounced ÷ attempted) × 100. Healthy bounce rates depend on sender type: under 2% for marketing lists, under 1% for engaged newsletters. See how to reduce email bounce rate.

Blocklist (also: blacklist) A public or private list of sending IPs/domains identified as spam sources. Spamhaus's SBL and XBL are the most consequential. Landing on a major blocklist drops your inbox placement at most providers.

Bulk sender requirements Gmail and Yahoo's February 2024 rule (Microsoft following through 2026) that senders above ~5,000 messages per day must implement SPF + DKIM + DMARC + one-click unsubscribe. Below this threshold, requirements are softer; above it, missing any one of these causes deliverability damage.

03C

Catch-all domain A domain configured to accept mail for any local part: [email protected] and [email protected] both get 250 OK. Verification can't distinguish a real mailbox from a fabricated one on a catch-all server without a multi-probe consensus. See catch-all email domain for the full handling guide.

CAN-SPAM The US federal law governing commercial email (2003). Requires accurate headers, identifiable subject lines, a working unsubscribe, and a physical postal address. Violations carry per-message fines. Compliance is the floor, not the ceiling. GDPR is stricter and applies whenever you mail anyone in the EU.

Click-through rate (CTR) The percentage of delivered emails that generated at least one click. Useful as a content-quality signal; less useful as a deliverability signal (clicks happen after the email landed in the inbox).

Confidence score A 0-to-1 number some verifiers (MailCull included) attach to each verdict, indicating how confident the verifier is that the verdict matches reality. A deliverable verdict at 0.94 confidence is meaningfully more trustworthy than the same verdict at 0.55. The score combines multiple signals (SMTP probe result, MX classification, catch-all detection, M365 cascade outcome).

Conversion rate The percentage of email recipients who took the desired action (signed up, purchased, replied). Below the click-through rate in the funnel.

04D

Deferred (delivery) A temporary delay before delivery. The receiving server accepts the message but doesn't process it immediately, usually for rate-limiting or anti-spam reasons. Not a bounce; the message eventually delivers (or escalates to a soft bounce after retries).

Deliverability The broader question of whether your email reaches the inbox, the spam folder, or gets rejected outright. Includes bounce rate, inbox placement, sender reputation, content quality, and authentication: all the factors that decide where a sent message lands.

DKIM (DomainKeys Identified Mail) A cryptographic signature added to outgoing messages that lets receivers verify the message hasn't been tampered with. Implemented as a DNS TXT record under <selector>._domainkey.<your-domain>. One of the three authentication legs.

DMARC (Domain-based Message Authentication, Reporting and Conformance) The DNS TXT record that tells receivers what to do when SPF or DKIM fails AND provides aggregate reports. Policies escalate: nonequarantinereject. Always start at none and progress only after reports show no legitimate-sender failures.

Deliverable MailCull's verdict for an address that passed every check, including the SMTP probe with a 250 OK on a non-catch-all server. The safest send-to bucket.

Disposable email A temporary inbox someone created to bypass a signup wall (Mailinator, 10MinuteMail, YOPmail, etc.). Technically real, never read after the initial signup. See what is a disposable email address.

DNS (Domain Name System) The internet's lookup system that translates domain names into IP addresses (and, for email, into MX records pointing at mail servers). All email-authentication records (SPF, DKIM, DMARC) live in DNS as TXT records.

Double opt-in A signup flow where the user enters their address, then receives a confirmation email with a link they must click before they're added to the list. The strongest single defense against typo and bot signups. Often dropped because it reduces signup conversion 10-20%; the deliverability gain usually outweighs the conversion loss.

Drip campaign An automated sequence of emails sent over time based on a trigger (signup, purchase, time since last open). Autoresponder is the underlying mechanism.

Drop A message your ESP refused to send, usually because the address was on your suppression list or matched an internal block rule. Different from a bounce: the message never reached the receiving server.

05E

Email service provider (ESP) The platform you use to send marketing email. Mailchimp, Klaviyo, ActiveCampaign, Brevo, HubSpot, ConvertKit, SendGrid, Mailgun, Postmark: they all qualify, with different feature sets and pricing models.

Engagement Subscriber actions that signal real interest: opens, clicks, replies, forwards. Most inbox providers weight engagement heavily in their inbox-placement decisions. Sending to disengaged subscribers compounds reputation damage.

Engaged subscribers The subset of your list that opened or clicked in some recent window (90 days is typical, 30 days for senior lists). The healthy core of any list.

Evidence chain MailCull-specific term: the explicit per-verdict breakdown of every check that ran (syntax, MX, disposable, SMTP probe, catch-all, M365 cascade) plus the protocol-level evidence (SMTP reply text, MX record resolved, confidence score). Lets you defend a send decision to a client or deliverability team with the actual receipt.

Exchange Online Protection (EOP) Microsoft 365's mail-routing and anti-spam layer. The reason corporate M365 verification is hard: EOP returns 250 OK for some non-existent mailboxes (anti-abuse) and 550 5.4.1 for some real mailboxes (rate-limiting). MailCull's M365 cascade routes around this; most verifiers give up and return unknown.

06F

False negative A verifier marks an address as undeliverable when the address actually works. Wastes a potential subscriber. Quality verifiers prefer the opposite trade-off (false positives, where a verifier marks deliverable but the address doesn't work), but neither is ideal.

False positive A verifier marks an address as deliverable when it actually bounces. Creates the bounce-rate damage verifiers exist to prevent.

FBL (Feedback Loop) A reporting channel some inbox providers (Yahoo, Outlook.com, Mail.ru) offer to senders, notifying you when a subscriber marks your email as spam. Enrolling is free and gives you the spam-complaint suppression signal you need to maintain reputation.

07G

GDPR (General Data Protection Regulation) The EU's privacy law (2018). Requires explicit consent for marketing email to anyone in the EU. Pre-checked boxes don't count; bundled consent doesn't count. Right to be forgotten applies. Penalties are 4% of global revenue or €20M, whichever is higher.

Greylisting An anti-spam technique where the receiving server temporarily defers (4xx) the first delivery attempt from an unknown sender, expecting that legitimate senders will retry within minutes while spam tools usually won't. Causes brief soft bounces that resolve on retry.

08H

Hard bounce A permanent delivery failure. The mailbox doesn't exist, the domain has no MX, or the receiving server explicitly rejected the recipient. Hard-bounced addresses should be suppressed immediately and never mailed again.

House list Your owned, opted-in list, as opposed to bought, rented, or scraped lists. The only kind of list a credible sender should be mailing.

09I

Inbox placement Where the delivered message ends up: primary inbox, promotions tab, spam folder, junk folder. Different from delivery rate (which only measures "was the message accepted"). Inbox placement requires active monitoring (Postmark and a few others surface it; most ESPs don't).

IP reputation The trust signal attached to the IP address your mail is sent from. Shared sending IPs (most ESPs) mean your reputation is partially affected by other senders on the same IP. Dedicated IPs give you full control but require warmup.

10L

List decay The gradual loss of address validity over time. ~22%/year on average for B2B lists, less for consumer Gmail/Yahoo lists. People change jobs, abandon accounts, switch providers. See how often should you clean your email list for the cadence math.

List hygiene The recurring practice of verifying, segmenting, and suppressing addresses to maintain list quality. Quarterly minimum for active senders; before every campaign for cold outreach.

11M

Message-ID A unique identifier added to every email header. Used for threading and for spam-filter reputation tracking.

Microsoft 365 cascade MailCull's multi-layer verification process for addresses on *.mail.protection.outlook.com MX hosts. Runs getuserrealm.srf, GetCredentialType, and Autodiscover v1 against Microsoft's auth endpoints, then cross-checks against an SMTP probe. Returns risky when signals disagree rather than committing to a confidently wrong verdict.

MX record (Mail Exchange) A DNS record that tells the internet which servers receive mail for a domain. No MX records, no email delivery. See MX record validation for the full breakdown.

12N

Nurture sequence Like a drip campaign, usually positioned as longer-term subscriber education vs. shorter-term sales triggers. Same underlying autoresponder mechanism.

13O

Open rate The percentage of delivered emails that registered as opened (usually via a tracking pixel load). Less reliable since Apple Mail Privacy Protection (iOS 15, 2021) started pre-loading tracking pixels for users with the feature enabled: open rates appear higher than actual engagement. Directionally useful, not a precise truth metric.

Opt-in Affirmative subscription. The user actively chose to receive your email. Compare to single opt-in (one form action), double opt-in (form + confirmation click), and "opt-out" sending (mailing without consent, illegal in most jurisdictions for commercial purposes).

14P

Permission-based marketing The principle that email marketing should only go to people who opted in. The opposite of cold outreach. Most ESP terms of service require permission-based sending; cold outreach is legal but typically handled via dedicated cold-email tools (Smartlead, Instantly, lemlist) rather than ESPs.

Postmaster tools Diagnostic dashboards from major inbox providers (Google Postmaster Tools, Microsoft SNDS) that show your sender reputation, complaint rate, and delivery errors from their perspective. Enroll early; they're the most authoritative source on how the major receivers view you.

15R

Re-engagement campaign A targeted send to subscribers who haven't engaged in some window, asking if they want to stay on the list. Recipients who don't open or click get sunset (removed). Reduces list decay and protects reputation.

Risky MailCull's verdict for an address that resolved but with ambiguity: catch-all server, role-based local part, M365 cascade and SMTP returned contradictory signals. Worth segmenting before sending; not safe to drop blindly but not safe to send to without thought.

Role-based address An address tied to a function rather than a person: info@, support@, sales@, admin@. Goes to shared inboxes or ticketing systems. See what is a role-based email address.

16S

Segment A subset of your list defined by some criteria (engagement, signup source, geography, recent purchase). Segmentation lets you send relevant content rather than the same broadcast to everyone.

Sender reputation The trust signal inbox providers build from your sending history: bounce rate, complaint rate, engagement rate, authentication status, content patterns. Hard to build, easy to damage, slow to recover.

Sender Score A reputation metric from Validity (formerly Return Path) on a 0-100 scale. Useful as one signal among many; not the only or even primary reputation measure most inbox providers use internally.

SMTP (Simple Mail Transfer Protocol) The protocol that delivers email between mail servers. Defined by RFC 5321. The protocol's handshake (HELO / MAIL FROM / RCPT TO / DATA) is what verifiers walk through to check mailbox existence without delivering an actual message.

SMTP probe A verifier opening an SMTP connection to a receiving server and walking through HELO / MAIL FROM / RCPT TO, then reading the server's response before disconnecting WITHOUT transmitting the actual message body. The most reliable way to verify mailbox existence pre-send.

Soft bounce A temporary delivery failure. Mailbox full, server temporarily unavailable, message too large, greylisted. Most ESPs retry soft bounces for 24-72 hours before escalating to hard bounces.

Spam complaint rate The percentage of recipients who marked your email as spam. The single most consequential reputation signal. Anything above 0.1% triggers reputation damage at the major providers.

Spam trap An address used by deliverability watchdogs to identify bad sending practices. Three types: pristine (never used by humans), recycled (real abandoned mailboxes converted to traps), typo (deliberately-owned misspelled domains). See what is a spam trap.

SPF (Sender Policy Framework) A DNS TXT record listing the IP addresses and hostnames authorized to send mail for your domain. One of the three authentication legs. Only one SPF record per domain is allowed (multiple cause permerror).

Suppression list The list of addresses your ESP refuses to send to: hard-bounced addresses, unsubscribed addresses, spam-complainants. Managed automatically by most ESPs; cross-reference when importing new lists to catch previously-suppressed addresses re-entering via fresh imports.

Sunset policy A rule for removing subscribers who haven't engaged in some window (12 months is common). The single most effective way to manage list decay and reduce spam-complaint rate.

17T

Throttling A receiving server limiting how many messages it accepts from you in a given window. Triggered by reputation problems or sudden volume increases. Causes soft bounces; recovers when you slow the send rate.

Transactional email Email triggered by user action: order confirmations, password resets, receipts. Held to different deliverability standards than marketing email (higher engagement, lower complaint rate). Usually sent through a dedicated transactional ESP (Postmark, SendGrid, Mailgun) rather than the marketing ESP.

18U

Undeliverable MailCull's verdict for an address with no realistic path to delivery: missing MX records, SMTP 550 reject, syntax failure. Drop these; they won't recover.

Unknown MailCull's verdict for an address where verification couldn't get a definitive answer: DNS timeout, server refused connection, transient network failure. Not charged against your credit pool. Re-verify later.

Unsubscribe rate The percentage of recipients who unsubscribed after a given send. Healthy lists have a low ongoing rate (under 0.5% per send); a sudden spike signals either bad content, wrong audience, or accumulated subscriber fatigue.

19V

Validator (email validator) A tool that runs the verification checks (syntax, DNS, disposable, role, SMTP probe, catch-all) and returns a verdict per address. Free-tier validators usually cover small monthly volumes; paid tiers add API access, larger volume, and integrations.

20W

Warm-up The process of gradually increasing send volume from a new sending domain or IP so receiving servers don't flag the sudden activity as spam. Required when moving to a dedicated IP or switching ESPs. Tools like Mailwarm and Warmup Inbox automate the process.

Whitelist (also: allowlist) The opposite of a blocklist: an address or sender that the receiving system always accepts. Subscribers can whitelist senders manually; ISPs maintain internal allowlists for high-reputation bulk senders.

---

The cumulative point: most of these terms describe one of three things: the technical layer of how mail moves (SMTP, MX, SPF/DKIM/DMARC, EOP), the verification layer that catches problems pre-send (syntax, disposable, catch-all, SMTP probe), or the reputation layer that decides where delivered mail lands (engagement, complaint rate, bounce rate, sender reputation). Understanding which layer a term lives in usually clarifies what to do about it.

If you want to see the verification layer in action, start free: 500 credits/month, every verdict carries the full evidence chain. Pro at $19/month flat unlocks 10,000 credits + the API + MCP server access, and Max at $49/month bumps that to 75,000 credits if you're cleaning at volume.

Try it

Start with 500 free validation credits. No card.

Both Free and Pro run the same scan engine, full SMTP probe, MX lookup, typo, disposable, domain checks, and the evidence chain on every verdict. The difference is the monthly credit pool (Free=500, Pro=10,000, Max=75,000) plus Pro's API and MCP access.

Found a mistake? Email [email protected]. email-marketing · glossary · deliverability · reference · evidence-chain