What email deliverability actually means
Email deliverability is whether a message you send actually reaches the inbox. That sounds like the same thing as delivery, but it is not. A mail server can accept your message, hand back a delivery receipt, and still drop it straight into spam. Delivery happened. Deliverability did not.
Key takeaways
- Email deliverability is not the same as email delivery. A message can be accepted by the receiving server and still land in spam.
- Since 2024, Gmail and Yahoo require working SPF and DKIM plus a published DMARC record from anyone sending email to their users in volume, turning authentication from best practice into a functional requirement.
- Most deliverability problems trace back to a missing or incorrect DNS record, which is why fixing them is usually a domain question before it is an email question.
Every email you send ends up in one of three places. It lands in the inbox, where the person you sent it to will actually see it. It lands in spam, where it might get noticed days later or never. Or it gets rejected outright, and the receiving server never accepts it in the first place. Deliverability is the set of factors that decides which of those three things happens, and most of it comes down to whether the receiving server can verify that your message is really from you.
For a five-person team sending a handful of emails a day, this rarely comes up. For a mid-market or enterprise company sending invoices, receipts, marketing campaigns, and support replies from a shared domain, it becomes a real operational risk. One misconfigured record can quietly push every message from that domain into spam, and nobody notices until a customer mentions they never got an invoice.
Why deliverability is now a compliance issue
Deliverability used to be mostly a marketing team's problem. It stopped being optional in 2024, when Google and Yahoo both introduced sender requirements for anyone sending email to Gmail and Yahoo Mail addresses in volume.
What changed
Domains sending a meaningful volume of email to personal Gmail or Yahoo accounts are now expected to have SPF and DKIM set up correctly, publish a DMARC record, keep spam complaints below a low threshold, and offer one-click unsubscribe on any bulk or marketing mail. None of that is unusual advice. What changed is that it went from best practice to a functional requirement. Miss it, and mail does not bounce with a clear error. It just quietly gets junked or throttled.
Why this catches mid-market and enterprise teams off guard
Smaller companies often send from a single, well-established domain and rarely hit these thresholds. Larger companies send from more places: a marketing platform, a transactional email service, a help desk, a CRM, sometimes all using the same domain in the From address. Every one of those sending sources needs to be accounted for in the domain's SPF and DKIM setup, or the domain's reputation degrades even when only one sending source is misconfigured.
The three DNS records that decide where your email lands
Three DNS records do almost all the work of proving an email is legitimate. They live in your domain's DNS, not in your mail client, which is why fixing deliverability problems is usually a domain question before it is an email question.
SPF (Sender Policy Framework)
SPF is a DNS record that lists which mail servers are allowed to send email on behalf of your domain. When a receiving server gets a message claiming to be from yourdomain.com, it checks the SPF record to see if the sending server is on the approved list. If it is not, that is a signal the message might be spoofed.
DKIM (DomainKeys Identified Mail)
DKIM adds a digital signature to outgoing email, generated with a private key that only your sending server holds. The receiving server checks that signature against a public key published in your DNS. If the signature checks out, the receiving server knows the message was not altered in transit and really did come from a server you authorized.
DMARC (Domain-based Message Authentication, Reporting and Conformance)
DMARC ties SPF and DKIM together and tells receiving servers what to do when a message fails both checks: let it through anyway (none), send it to spam (quarantine), or reject it outright (reject). It also gives you reports showing who is sending email using your domain, which is often the first time a company discovers that a marketing tool or a former vendor is still sending as them.
| Record | What it proves | What breaks without it |
|---|---|---|
| SPF | Which servers are allowed to send as your domain | Spoofed mail is harder to catch, and legitimate mail from new sending sources gets flagged |
| DKIM | The message was not altered and came from an authorized server | Receiving servers cannot verify authenticity, which lowers trust in every message from the domain |
| DMARC | What to do when SPF or DKIM fails, and who is sending as you | No policy means spoofed mail using your domain has nothing stopping it, and you have no visibility into misuse |
How to actually fix a deliverability problem
Fixing a deliverability problem is rarely one thing. It is usually a short list of small gaps that add up.
- Confirm all three records actually exist and are correct. A DNS lookup tool takes a minute and shows you exactly what a receiving server sees. A missing or malformed SPF or DMARC record is the single most common cause of mail landing in spam.
- Account for every sending source. If your CRM, help desk, and marketing platform all send as your domain, each one needs to be included in your SPF record and set up with its own DKIM signature. Missing one is a common way deliverability quietly breaks after adding a new tool.
- Move DMARC from none to quarantine, then to reject, gradually. Jumping straight to reject before you are confident every legitimate sender is covered will bounce real email. Start by monitoring reports, fix what they show, then tighten the policy.
- Read your DMARC aggregate reports. They arrive as XML files most people never open, but they are the only place you will see who is actually sending mail using your domain, authorized or not.
- Keep your list clean and your complaint rate low. High bounce rates and spam complaints damage a sending domain's reputation regardless of how correct your DNS records are. A clean, permission-based list matters as much as the technical setup.
Getting SPF, DKIM, and DMARC right without doing it by hand
Most of this work is DNS configuration, which is why it usually falls to whoever manages the company's domains, not whoever manages the inbox. That is also why it gets missed: the person setting up a new sending tool is often not the person with access to the domain's DNS.
WeldHost holds the domain and its DNS records. WeldMail sends the email. When both are part of the same complete software suite, connecting the two is choosing a domain from a list instead of copying SPF, DKIM, and DMARC values between two separate admin panels by hand. That matters most for the mistake that causes the most damage: a typo in a DNS record that nobody catches until deliverability quietly drops.
This builds on the domain fundamentals covered in our guide to business domain management and the shared inbox and routing side of business email management. WeldMail and WeldHost are both included in every WeldSuite plan, starting at $49 per user per month, and you can test the setup on a 14-day free trial with no card required before rolling it out to your main sending domain.
Sources
Frequently asked questions
What is email deliverability?
Email deliverability is whether a message you send actually reaches the recipient's inbox rather than their spam folder or getting rejected outright. It depends mainly on whether the receiving mail server can verify, through DNS records like SPF, DKIM, and DMARC, that the message really came from your domain.
What's the difference between email delivery and email deliverability?
Delivery means the receiving server accepted your message. Deliverability means the message actually reached the inbox where the recipient will see it. A message can be delivered successfully and still land in spam, which is why delivery reports alone do not tell you whether your email program is working.
What do SPF, DKIM, and DMARC actually do?
SPF lists which servers are allowed to send email for your domain. DKIM adds a digital signature that proves a message was not altered and came from an authorized server. DMARC tells receiving servers what to do when a message fails those checks, and reports back on who is sending email using your domain.
Why did Gmail and Yahoo start requiring these records?
In 2024, Google and Yahoo introduced sender requirements for anyone sending a meaningful volume of email to Gmail and Yahoo Mail addresses, including working SPF and DKIM, a published DMARC record, a low spam complaint rate, and one-click unsubscribe on bulk mail. The goal was to cut down on phishing and spoofed email, and it made authentication a functional requirement rather than a best practice.
How do I know if my email is landing in spam?
Check your DMARC aggregate reports first, since they show authentication failures across every sending source using your domain. A sudden drop in email opens or replies from a specific domain, especially Gmail or Yahoo addresses, is also a common early sign. Mail deliverability testing tools can send a test message and show exactly where it landed.
See it all work together
WeldSuite brings CRM, helpdesk, accounting, mail, projects and more into one connected platform. Change something once and it shows up everywhere.