Plain-English definitions of the terms that come up when you send email at volume. If a term here is doing work you do not recognize in your own program, that is usually worth a conversation.
Email deliverability is the measure of whether the messages you send actually reach recipients' inboxes rather than being blocked, filtered to spam, or silently dropped. It is not the same as delivery rate, which only counts whether the receiving server accepted the message. A campaign can show 99% delivered and still be almost entirely invisible. Deliverability depends on authentication, sender reputation, list quality, recipient engagement, and content, and it is an ongoing operational discipline rather than a one-time setup.
Inbox placement is the percentage of your delivered email that lands in the primary inbox rather than the spam or junk folder. A message can be accepted by the receiving server, and therefore counted as delivered, and still never be seen by anyone. Inbox placement is estimated using seed lists and panel data, and it varies by mailbox provider, so a sender can have strong placement at one provider and poor placement at another.
Sender reputation is the trust score mailbox providers assign to your sending IP addresses and domains based on how recipients have historically reacted to your mail. Inputs include spam complaint rate, hard bounces, spam-trap hits, engagement, and how consistent your sending volume is. Reputation is per-provider and not portable: strong standing at Gmail does not guarantee the same treatment at Microsoft or Yahoo.
SPF, or Sender Policy Framework, is a DNS record listing which mail servers are authorized to send email on behalf of your domain. Receiving servers compare the connecting IP against that list and use the result as an authentication signal. SPF alone is not sufficient, because it validates the envelope sender rather than the From address the recipient sees, and it breaks when mail is forwarded.
DKIM, or DomainKeys Identified Mail, is a cryptographic signature added to outgoing mail that lets receiving servers verify the message was authorized by the domain owner and was not altered in transit. The public key is published in DNS and the private key signs each message. Unlike SPF, DKIM generally survives forwarding, which makes it the more durable of the two authentication signals.
DMARC, or Domain-based Message Authentication, Reporting and Conformance, is a DNS policy telling receiving servers what to do when a message fails SPF and DKIM alignment, and where to send reports about it. Policies are none, which monitors only, quarantine, which sends failures to spam, and reject, which blocks them. Since February 2024, Gmail and Yahoo have required a DMARC record from bulk senders, so it is no longer optional for anyone sending at volume.
An SMTP relay is a mail server that accepts outbound messages from your application or platform and delivers them to recipient mail servers on your behalf. It handles queuing, retries, throttling, and connection management, which is work most applications should not do themselves. Sending through more than one relay spreads volume across separate reputations and limits the damage when any single route is throttled or blocked.
Email authentication is the set of DNS-based standards, principally SPF, DKIM and DMARC, that let receiving servers verify a message genuinely comes from the domain it claims to come from. Without it, bulk mail is routinely filtered or rejected outright, regardless of how good the content is. It is the prerequisite for every other deliverability effort, which is why it is the first thing worth auditing.
IP warm-up is the practice of increasing send volume from a new or dormant sending IP gradually, so mailbox providers can build a reputation history for it. Sending large volume from a cold IP typically triggers rate limiting, temporary failures, or spam foldering, and the resulting damage takes far longer to undo than the warm-up would have taken. A schedule usually runs several weeks and prioritizes the most engaged recipients first.
High-volume email sending is the practice of delivering large batches of email, typically hundreds of thousands to millions of messages, within a compressed timeframe. It introduces problems smaller senders never encounter: per-provider rate limits, queue backpressure, throttling, and reputation damage that compounds within hours rather than weeks. It generally requires multiple relays, deliberate throttling, and active monitoring during the send.
Email marketing automation is the use of predefined triggers and workflows to send email based on recipient behavior, data changes, or timing, rather than by manually scheduling each campaign. Common examples are welcome series, abandoned-cart flows, re-engagement sequences, and donor nurture tracks. Because automated messages are usually more timely and more relevant, they tend to earn better engagement than broadcast sends.
List segmentation is dividing an email list into smaller groups based on shared attributes or behavior, so each group receives messages relevant to them. Typical dimensions include engagement recency, purchase or donation history, geography, and stated interests. Segmentation is also a deliverability tool, not only a marketing one: sending less mail to disengaged recipients raises overall engagement, which mailbox providers reward.
List hygiene is the ongoing removal of invalid, inactive, and risky addresses from an email list. It covers hard bounces, role accounts, known spam traps, and long-term non-openers. Neglecting it drives bounce and complaint rates that damage sender reputation, and recycled spam traps in particular can lead to blocklisting.
Email deliverability consulting is a service in which specialists diagnose and fix the reasons a sender's mail is not reaching the inbox. Typical work includes authentication audits, reputation and blocklist monitoring, list and content review, remediation with individual mailbox providers, and warm-up planning. It differs from software: a platform gives you tooling and dashboards, while consulting is accountable for the outcome.
Political fundraising email is email sent by candidates, PACs, and advocacy organizations to solicit donations and mobilize supporters. It is characterized by extreme volume spikes around filing and election deadlines, very short turnaround, aggressive suppression requirements, and compliance obligations that differ from commercial email. Reputation problems are especially costly because the sending calendar is fixed by the election cycle and cannot be delayed.
A white label email platform is an email service that an agency or reseller offers under its own brand, with the underlying provider invisible to the end client. It usually includes branded interfaces, sending domains, and reporting. It lets agencies sell email as their own product, and retain the client relationship, without building or maintaining sending infrastructure.
Transactional email is a message sent to one individual in response to an action or account event, such as a receipt, password reset, shipping notice, or confirmation. It differs from bulk marketing email by being one-to-one, expected, and time-sensitive. Because recipients expect it, engagement is high, and many jurisdictions treat it differently from marketing mail under consent rules. It is usually worth separating from marketing streams so a marketing reputation problem cannot delay a password reset.
Video in email is the inclusion of moving image content inside an email message, either as a playable element where the client supports it or as an animated preview that links out to a hosted player. Client support varies widely, so practical implementations always include a fallback for clients that will not render it. Done well, it lifts attention and response compared with an equivalent static message.
Still stuck on something that is not defined here? Ask us, or book a strategy session.