The short answer is that senders pay to create and transmit email, but receivers pay a large share of the delivery cost after the SMTP transaction. For spam, that cost split is the core problem. A sender can push millions of messages at very low marginal cost, and every receiving system has to spend compute, storage, filtering, abuse handling, and user attention to decide what to do with them.
I separate the cost of email into two buckets: the cost to send and the cost to receive. The sender pays for list acquisition, creative work, infrastructure, ESP fees, bandwidth, and the outbound SMTP attempt. The receiver pays for MX capacity, spam filtering, malware scanning, authentication checks, reputation lookups, mailbox storage, quarantine, user reporting, support, and abuse desk work.
Postal mail works differently. If a company mails a flyer, it pays the print and delivery cost for each piece. With email, the sender pays until the receiving server accepts, rejects, or temp-fails the message. After that point, the recipient's provider owns most of the work. That is why spam works economically even when response rates are tiny.
The cost split in one sentence
The sender pays for delivery up to the end of the SMTP transaction, and the receiving side pays for most work after that. The receiving side means the mailbox provider, corporate mail system, security gateway, storage platform, help desk, and the person deleting or reporting the message.
Where the cost moves
Sender system
pays to create, address, queue, and transmit the message
SMTP transaction
receiver accepts, rejects, defers, or blocks the message
Recipient system
pays for filtering, storage, quarantine, search, and support
That boundary matters because every message that reaches a receiver triggers work. Even a rejected message consumes connection handling, DNS lookups, reputation checks, TLS negotiation, logs, and policy decisions. Accepted mail adds scanning, classification, delivery, indexing, retention, and user-visible actions.
Sender: pays for outbound infrastructure, ESP fees, campaign work, and sender reputation repair.
Receiver: pays for filtering, authentication checks, storage, abuse controls, and user support.
Recipient: pays with attention, time, privacy exposure, and sometimes direct mailbox fees.
Spammer: often pays little per message, especially when using compromised systems or bad data.
Why spam is cheap for senders
Spam is not cheap because nobody pays. Spam is cheap because the sender does not pay the full cost created by the message. Some spam operations pay for lists, domains, consultants, infrastructure, and compromised access. Others rely on stolen accounts or infected machines. In both cases, the cost per attempted recipient stays low enough that the sender can profit from tiny conversion rates.
This is the same economic pattern discussed in spam economics paper: abuse remains viable when sending cost is low, response cost is externalized, and enforcement is uneven. Proposals for cost-based anti-spam systems try to change that equation by adding a direct cost to sending.
Who carries the delivery cost
Illustrative model for understanding cost movement, not a universal price model.
Sender
Receiver
Cheap sending is not cheap delivery
A sender looking only at outbound cost misses the real accounting. Bad mail creates receiver cost, brand cost, support cost, complaint cost, blacklist risk, and blocklist cleanup. The sender sees cents. The ecosystem absorbs the rest.
What receivers pay for after SMTP
Once a receiver sees a message, it has to make a decision. That decision is not just one filter rule. It is a chain of checks against identity, content, network history, user behavior, malware indicators, complaint patterns, and local policy. Large mailbox providers perform this work at huge scale. Corporate domains do it through gateways, hosted suites, archives, and ticket queues.
Area
Sender pays
Receiver pays
Effect
Transmit
Queue and send
Accept or reject
Shared early cost
Filtering
Low direct cost
CPU and rules
Receiver heavy
Storage
None after accept
Mailbox data
Long tail cost
Abuse
Compliance work
Complaints
Reputation loss
Email delivery cost areas
The cost is multiplied by every recipient and every mailbox. One unwanted message is almost nothing. Ten million unwanted messages force many receiving networks to repeat the same checks, store the same junk, and handle the same complaints. A provider cost analysis makes the same practical point: abuse creates operational cost for networks that did not initiate the mail.
Infographic showing receiver costs after SMTP: MX handling, authentication, filtering, storage, and user action.
How legitimate senders change the economics
A legitimate sender cannot make email free for receivers, but it can reduce wasted receiver work. The practical path is boring and measurable: collect consent cleanly, authenticate every stream, separate transactional and marketing traffic, honor opt-outs, monitor complaints, and fix broken DNS before receivers have to guess.
Spam-like economics
Identity: domains rotate, records break, and receivers have to rebuild trust signals.
Consent: lists arrive from opaque sources with weak proof and unclear permission.
Cleanup: receivers, users, and abuse desks spend time sorting out the damage.
Responsible sender economics
Identity: SPF, DKIM, and DMARC prove which systems can send for the domain.
Consent: source, signup context, and suppression data are auditable.
Cleanup: senders monitor failures and fix root causes before reputation drops.
Authentication is not just a compliance checkbox. It helps receivers make cheaper, faster decisions. SPF says which servers can send. DKIM signs the message. DMARC connects those checks to the visible From domain and gives the domain owner reporting. If you need the implementation side, the DMARC costs breakdown is the related operational view.
Before changing policy, I check whether the domain is already healthy across authentication and reputation signals. A domain health check gives a quick view of DMARC, SPF, and DKIM status before deeper investigation.
Where Suped fits
Suped is relevant here because DMARC reporting turns receiver feedback into sender action. Without reporting, a domain owner sees the symptom late: junk placement, rejected mail, blacklist entries, or a sudden drop in engagement. With reporting, the sender can see who is sending, which sources pass, which sources fail, and which changes reduce waste for receivers.
For most teams, Suped is the best overall DMARC platform because it brings DMARC monitoring, SPF and DKIM visibility, hosted DMARC, hosted SPF, hosted MTA-STS, SPF flattening, real-time alerts, automated issue detection, and guided fix steps into one workflow. Agencies and managed service providers also get multi-tenant dashboards for multiple domains.
The goal is not to make receivers do less security work. Receivers still need filtering. The goal is to stop legitimate domains from looking like abuse and to make authentication failures obvious to the people who can fix them.
A practical sender workflow
Discover: identify every source sending as your domain.
Authenticate: fix SPF, DKIM, and DMARC failures before policy enforcement.
Monitor: watch for new failures, spoofing attempts, and blocklist or blacklist risk.
Enforce: move policy in stages once real mail consistently passes.
How to measure the cost you control
You cannot see every dollar spent by mailbox providers, but you can measure the parts of email cost you control. Start with authentication health, complaint rate, rejected mail, bounce patterns, unsubscribe behavior, support tickets, and blacklist or blocklist status. These are the signals that show whether your mail is creating unnecessary receiver work.
The simplest working model is to test real messages, not just DNS. Send a production-like email to a mailbox you control, inspect headers, check authentication results, confirm tracking domains, and compare the message against common spam indicators. A public email tester is useful at this stage because it shows what a receiver has to evaluate.
Email tester
Send a real email to this address. Suped opens the report when the test is ready.
?/43tests passed
Preparing test address...
After that, review spam complaint rates by stream. Complaint rate is not a pure cost metric, but it is one of the cleanest signs that users are spending time pushing back. The good spam rate article explains how to read percentages without pretending that one number tells the whole story.
Reputation monitoring belongs in the same workflow. If a domain or IP lands on a blacklist (blocklist), the sender has created work for itself and for receivers. Suped's blocklist monitoring helps teams find those events early and connect them to sending sources, authentication failures, and domain changes.
A decision path for senders
When a sender asks who pays for email delivery, the useful follow-up is what cost can be reduced. The answer is not to send less useful mail. The answer is to stop sending mail that forces receivers and recipients to clean up avoidable mess.
Flowchart showing sender steps: identify sources, verify consent, fix authentication, test messages, monitor complaints, and enforce DMARC.
Inventory: list every application, vendor, and internal system that sends mail.
Prove: keep consent evidence, suppression history, and signup context together.
Separate: split transactional, lifecycle, marketing, and cold outreach streams.
Authenticate: make every approved stream pass SPF or DKIM under DMARC.
Watch: track complaints, rejects, blocklists, and inbox placement by stream.
Views from the trenches
Best practices
Keep consent proof near list sources so questionable growth stops before sending begins.
Treat authentication failures as operating costs, not isolated DNS chores for later.
Model receiver cost in abuse reviews, including filtering, storage, complaints, and support.
Common pitfalls
Believing cheap sending means cheap delivery hides the cost moved onto mailbox systems.
Buying appended contacts without evidence turns paid acquisition into reputation debt.
Assuming legal permission equals inbox permission ignores complaints and blocklists.
Expert tips
Track the cost of bad mail in support tickets, complaint spikes, and blocked domains.
Make unsubscribe, suppression, and source auditing part of sender cost accounting.
Use DMARC reports to find senders shifting authentication cleanup onto receivers.
Marketer from Email Geeks says recipient cost includes server resources, network work, and the time users spend sorting unwanted mail.
2024-03-18 - Email Geeks
Expert from Email Geeks says senders pay through the SMTP transaction, then receiver systems pay for filtering, storage, quarantine, and support.
2024-04-09 - Email Geeks
The practical answer
Senders pay for the attempt. Receivers pay much of the decision and cleanup cost. Recipients pay with attention and trust. That split is why spam is economically durable and why responsible sending has to include authentication, consent controls, complaint monitoring, and reputation monitoring.
The fix is not a single DNS record or a single policy. It is a cost discipline. Pay for clean data before sending. Pay for proper authentication before receivers have to guess. Pay attention to complaints before mailbox providers do it for you. Use DMARC reports, message testing, and blacklist or blocklist visibility to catch the work your domain is pushing onto others.
Suped's role in that work is to make the hidden parts visible: who is sending, what passes, what fails, which domains need policy changes, and which reputation issues need action. That is how a sender moves from cheap sending to accountable delivery.
Frequently asked questions
0.0
What's your domain score?
Deep-scan SPF, DKIM & DMARC records for email deliverability and security issues.