§ Back to blog

August 15, 2026 / digital-marketing, email-marketing, small-business, utah-business

Email Deliverability for Small Business: What Applies to You

The 5,000 a day bulk sender rules are probably not about you. A shorter list is, and missing it is why your quotes and invoices quietly land in spam.

By Zach Wise8 min read
Email Deliverability for Small Business: What Applies to You

When a marketing campaign fails, you get a report. When email delivery fails, you get nothing at all. The quote you sent on Tuesday is sitting in a spam folder the customer will never open, and the only symptom is a prospect who seems to have gone cold. Nobody files a complaint about mail they never saw.

That silence is why deliverability is the most neglected part of small business marketing. It is also the cheapest thing on the list to fix, because almost all of it is DNS configuration you do once.

The bulk sender rules are probably not about you

Most of what has been written about email rules since 2024 is aimed at senders far larger than you, and the thresholds say so plainly.

Google defines a bulk sender as "any email sender that sends close to 5,000 messages or more to personal Gmail accounts within a 24 hour period," and notes in its sender guidelines FAQ that messages to Google Workspace accounts do not count toward that number. Microsoft draws the line in the same place: its requirements for high volume senders apply once you send 5,000 or more messages to Microsoft consumer services from the same From domain, and mail that fails is rejected outright with a 550 5.7.515 error.

5,000
Messages a day to personal Gmail accounts before the bulk sender rules apply
Google, Email sender guidelines FAQ, support.google.com

A ten person contractor sending forty quotes and a monthly newsletter is nowhere near that. So the reasonable conclusion is that none of it applies, and that conclusion is wrong in a specific and expensive way.

The shorter list that is about you

Buried in the same Google document is a section titled requirements for all senders, and it has no volume threshold attached. Every sender, at any size, is expected to authenticate with SPF or DKIM, keep valid forward and reverse DNS records, transmit over TLS, keep spam rates below 0.3 percent, and format messages to RFC 5322. Impersonating Gmail in your From header is called out separately as something that will hurt you.

Yahoo publishes a parallel set. All senders are told to keep the spam rate below 0.3 percent, and bulk senders additionally need SPF, DKIM, a DMARC policy of at least p=none, a working one click unsubscribe header, and unsubscribes honored within two days.

The enforcement posture changed more recently than the rules did. Google's FAQ states that starting November 2025, Gmail is ramping up enforcement on non compliant traffic, and that messages failing the sender requirements will see disruptions including temporary and permanent rejections. Guidance that used to mean lower inbox placement now sometimes means the message does not arrive.

Why the usual advice fails at your volume

Every deliverability article ends with the same instruction: watch your spam rate in Google Postmaster Tools. For a business your size, that advice quietly does not work.

Google's own documentation on the Postmaster dashboards repeats one caveat throughout: to protect the privacy of Gmail users, dashboards might not include all data on days when your outgoing email volume is low. That note appears on the spam rate dashboard, the domain reputation dashboard, the delivery errors dashboard, and most of the others. Send three hundred messages a month and you will log in to a set of empty charts.

This is the practical fork in the road. Large senders manage deliverability by watching outputs, because they have enough volume to generate a signal. You have to manage inputs instead: the authentication records, the sending identity, and the list. You will not get a dashboard telling you something broke. You get a customer who says they never heard back.

Four failures we actually find

These are the ones that show up over and over when we look at a small business mail setup.

Sending as a free mailbox through a business tool. A form, invoicing app, or scheduler configured to send From your gmail.com or yahoo.com address is the single most common break. You do not control the DNS for those domains, the mail cannot align, and both providers now enforce their own policies against it. Google names impersonating Gmail From headers directly in the requirements above. Send From a domain you own and put the free address in Reply To if you want replies there.

More sending identities than you realize. This one we can document from our own repository. Before we consolidated the addresses on this site, the codebase had contact details hardcoded in 33 places across 10 files, and five different sender variants were live at the same time, including a leftover default address from our transactional email provider. Each of those is a separate reputation being built from scratch. There is now a single file that every surface reads from, so the address in the page copy, the schema markup, the RSS feed, and the outbound sender defaults cannot drift apart again.

An SPF record that quietly stopped working. SPF permits ten DNS lookups per evaluation, and each vendor you add with an include statement consumes at least one. Add your mail host, your newsletter tool, your invoicing app, and your CRM, and the record starts failing for everything rather than just the newest addition. Our own fix was to stop stacking includes on the root domain and let the transactional provider send from a dedicated subdomain that carries its own SPF, which keeps the root record short.

A published address that does not receive. Deliverability is bidirectional and the reply path breaks more often than people expect. We hit a version of this ourselves: in Google Workspace you cannot create a group on a domain alias, only on the primary domain it mirrors, so an address that looks correct in every list can still bounce. Before any launch, send a message to your public address from an outside account and confirm it lands.

What to fix this week

In order, because the order matters:

  1. Pick one sending domain and one primary From address, and make every tool use it.
  2. Publish SPF, DKIM, and DMARC at p=none for that domain, then confirm SPF stays inside ten lookups.
  3. If you send anything that could be called marketing, add a one click unsubscribe header and honor requests within two days.
  4. Send a test to a Gmail, an Outlook, and a Yahoo address, then open the raw headers and confirm all three checks pass.
  5. Reply to that test from the outside to prove the inbound path works.
  6. Watch bounce and complaint rates inside your sending tool, since the Google dashboard will be blank at your volume.

None of this is a monthly commitment. It is an afternoon, then an annual review when you add a new tool.

The Utah service business pattern

A common pattern we see locally looks like this. A trade or clinic in the Salt Lake Valley has a real website, a Google Business Profile that ranks, and a steady flow of inquiries from the map pack. The local visibility work is done and it works. Then the follow up leaves through four different systems: the website form notification, the estimating software, the scheduler, and the owner's phone. Three of the four were never authenticated, because nobody set them up as email infrastructure. They were set up as an app that happens to email.

The customer experience is a business that seems attentive on the first click and unreliable after it. The marketing spend is producing leads that the mail setup is losing, which is the most frustrating failure mode there is, because the numbers at the top of the funnel look fine.

If you are automating the follow up itself, the sending identity has to be settled before you build on top of it. We walked through the sequencing in client onboarding automation for service businesses, and the same rule holds for anything an AI agent sends on your behalf: a message that never arrives is worse than one you never automated, because you stop watching for it.

Frequently asked questions

Does any of this apply if I only send from Gmail or Outlook manually? Mostly it is already handled for you, since you are sending through their infrastructure with their authentication. The exposure starts the moment a second system sends as you, which for most businesses happened years ago without anyone deciding it.

Do I need a separate domain for marketing email? Not at your volume. Subdomains to separate reputations are a large sender tactic, and splitting a small volume across several domains gives each one too little history to build a reputation at all. One domain, sent consistently, is stronger.

How do I know if my mail is landing in spam right now? Ask three customers on different providers to check their spam folders for your last message. That sounds unsophisticated, and it is more reliable than any dashboard available to a sender your size.

What about the deliverability score my email tool shows me? It reflects what that tool can see, which is its own sending. It knows nothing about the invoices your accounting software sends or the notifications from your booking system, and those share your domain reputation.

Deliverability is infrastructure, not marketing, which is exactly why it ends up owned by nobody. If you would like a second set of eyes on your records before your next campaign, our digital marketing team will read your SPF, DKIM, and DMARC and tell you plainly what is misconfigured, whether or not we do the fixing.

Have us check your email setup