SEO Agency Naples
(239) 404-8590 Free audit
Site Protection

Why Your Quotes Land in Spam When You Only Send Forty Emails a Day

A contractor sends a quote on Tuesday and hears nothing. The customer was never ignoring them. The message was sitting in a spam folder neither party thought to check.

By Jamie Kloncz, Founder and CEO, SEO Elite Agency 16 min read Published
A bank of locked commercial mailboxes in the shaded breezeway of a Naples business plaza, one door standing open and empty

There is a widespread and costly misreading of the email rules that changed in 2024. The coverage was aimed almost entirely at bulk marketers, the headline number was 5,000 messages a day, and every small business that sends forty concluded it did not apply to them. Google’s own page says otherwise.

The wording is unambiguous: starting 1 February 2024, all email senders who send email to Gmail accounts must meet a stated set of requirements, with a second, stricter set for anyone sending more than 5,000 messages a day1. Volume decides how much is required, not whether anything is. Messages that fail these checks, Google says, might be marked as spam or rejected outright with a 5.7.26 error1.

This guide covers what is actually required at your volume, the specific misconfiguration that causes most small-business deliverability problems, what each of the three records does in plain language, and what changed at Microsoft in 2025. One thing it will not do is promise that fixing this puts you in the inbox, because authentication is a precondition rather than a guarantee.

The rules apply to you. The volume only sets how much

Google requires all senders to have SPF or DKIM, valid forward and reverse DNS, a TLS connection and a spam rate below 0.3 percent. Above 5,000 messages a day the requirement becomes SPF and DKIM plus DMARC, alignment and one-click unsubscribe.

Take the all-sender list literally, because it is short and most small businesses fail part of it. Google requires you to set up SPF or DKIM authentication for your sending domains, to have valid forward and reverse DNS records for the sending domain or IP, to use a TLS connection for transmitting email, to keep spam rates in Postmaster Tools below 0.3 percent, to format messages according to RFC 5322, and not to impersonate Gmail From: headers.

Notice the word "or" in the first item. The minimum is SPF or DKIM, not both, which is a lower bar than nearly all coverage of this topic implies. Google does separately recommend that you always set up SPF, DKIM and DMARC for your domains1, and it is worth being clear with yourself about which of those two standards you are meeting, because they are not the same standard.

Above 5,000 messages a day to Gmail the requirements tighten to SPF and DKIM together, a DMARC record, alignment between the From: header domain and either the SPF or DKIM domain, and one-click unsubscribe on marketing and subscribed messages1. Most Southwest Florida businesses will never reach that threshold, and that is precisely why they stopped reading.

One more detail worth acting on even if you send almost nothing. Google recommends setting up email authentication for the domain that hosts your public website1. That is not about your own sending. It is about making it harder for somebody else to send mail that appears to come from you, which is a different problem and arguably a worse one.

RequirementUnder 5,000 a dayOver 5,000 a day
SPFSPF or DKIMRequired
DKIMSPF or DKIMRequired
DMARCNot required, recommendedRequired, may be set to p=none
From: alignmentNot statedRequired
One-click unsubscribeNot statedRequired on marketing mail
Valid forward and reverse DNSRequiredRequired
TLS connectionRequiredRequired

The usual cause is the tools sending on your behalf

Google states that your SPF record should include every sender for your domain, and that third-party senders missing from it are more likely to be marked as spam. Invoicing tools, booking systems and form handlers accumulate one at a time, and the record rarely gets updated.

Here is the pattern behind most small-business deliverability complaints, and it is not about volume or content. Your own mail, sent from your own mailbox, arrives fine. The quote from the estimating tool, the receipt from the invoicing system, the notification from the website contact form and the reminder from the booking platform all behave unpredictably, and nobody connects them because they arrive through different products.

They have one thing in common. Google states that the SPF record for your domain should include all email senders for your domain, and that if your third-party senders are not included in your SPF record, messages from these senders are more likely to be marked as spam1. Each of those tools sends mail that claims to be from your domain. If your record does not vouch for them, the receiving server has no reason to believe them.

The failure is procedural rather than technical. A business adds a booking system in year one, an invoicing tool in year three and a CRM in year five, each set up by a different person in an afternoon, and the DNS record is not part of anybody’s checklist. There is no error message when this goes wrong. There is only silence, and a customer who assumed you never replied.

There is a second trap for anyone who has been diligent. Microsoft states that if you exceed ten DNS lookups, your SPF check might fail2. Each include consumes lookups and some expand into several more, so a record that has been fine for years can begin failing when one more tool is added. If you have a long SPF record, the number of lookups is worth counting rather than assuming.

The practical version of this: list every system that sends email as your business, then check each one appears in your SPF record. Most owners are surprised by the length of the list. We cover the neighboring problem, who actually controls the DNS these records live in, separately.

SEO AGENCY NAPLES What is actually required of you The volume threshold decides how much, not whether. Both figures below come from the providersthemselves EVERY SENDER Gmail requirements apply regardless of yourvolumeIn force since 1 February 2024, not only for bulk mailSPF OR DKIM The minimum Google requires below 5,000 a dayThough Google separately recommends all three records0.10% The spam rate Google’s own guidance points atThe stated requirement is 0.3%, which is a differentnumber10 LOOKUPS The SPF limit a stacked record quietlyexceedsMicrosoft: past that, your SPF check might fail SEO Agency Naples seoagencynaples.com
Source: Google Email sender guidelines and the Microsoft Defender for Office 365 blog

What the three records actually do

SPF lists who may send for your domain. DKIM signs messages so a receiver can verify they were not altered and really came from you. DMARC tells receivers what to do when the first two fail, and can start harmlessly at p=none.

SPF is a published list of who is allowed to send email using your domain name. Google describes it as preventing spammers from sending unauthorized messages that appear to be from your domain, set up by publishing an SPF record that should include all email senders for your domain1. It answers one question for a receiving server: was this message sent by a system you vouch for?

DKIM is a cryptographic signature on the message itself. Receiving servers use DKIM to verify that the domain owner actually sent the message1, which also means the message was not altered along the way. One practical specification matters here: Google states that sending to personal Gmail accounts requires a DKIM key of 1024 bits or longer, and recommends 2048 bits where your provider supports it. An older, shorter key is a real and quiet failure.

DMARC is the instruction for what happens when the first two fail. Google describes it as telling receiving servers what to do with messages that do not pass SPF or DKIM, and notes that to pass DMARC the authenticating domain must be the same domain that appears in the From: header1. Microsoft asks for at least p=none, aligned with either SPF or DKIM and preferably both2.

That p=none setting is the reason there is no excuse for skipping DMARC. It is a monitoring policy: it asks receivers to report what they are seeing without changing how anything is delivered. Google notes that its enforcement policy can be set to none even for bulk senders1, and recommends setting up DMARC reports so you can see mail sent from your domain, or appearing to be sent from your domain. You find out who is impersonating you without risking a single legitimate message.

  • SPF answers who is allowed to send as you.
  • DKIM proves the message really came from you and was not altered.
  • DMARC says what to do when those fail, and reports what it sees.
  • Starting DMARC at p=none changes no delivery outcome.
  • A DKIM key under 1024 bits fails for personal Gmail accounts.

Microsoft moved the same way, and nobody has moved back

From May 2025, Outlook requires SPF, DKIM and DMARC from domains sending more than 5,000 messages a day, routing non-compliant mail to the Junk folder with outright rejection signalled for a later date. Two major consumer providers converged on the same standard within about a year of each other, and neither has since relaxed it.

Google went first, and Microsoft followed with materially the same rules. Microsoft announced that for domains sending over 5,000 emails per day, Outlook would require compliance with SPF, DKIM and DMARC, that non-compliant messages would first be routed to Junk, and that if issues remained unresolved they may eventually be rejected2. It applies to the consumer service, meaning outlook.com, hotmail.com and live.com addresses.

The specifics match Google closely enough that you can treat them as one standard: SPF must pass for the sending domain, DKIM must pass, and DMARC must be at least p=none and aligned with either SPF or DKIM, preferably both. If you configure for one provider you have very largely configured for the other, which is the one piece of good news in this subject.

The direction of travel is the useful signal here rather than any particular threshold. Two providers that between them handle a very large share of the consumer mailboxes your customers use have introduced authentication requirements within about a year of each other, and each has described its current setting as a step rather than a destination. Nobody has relaxed anything.

Microsoft was also asked directly whether senders below the threshold need to do this. The answer is worth quoting for what it does not say: while enforcement first targets large senders, all senders benefit from these best practices2. That is not an exemption. It is a description of who gets enforced against first.

What to do, in order

Inventory every system that sends mail as your business, confirm each appears in SPF, turn on DKIM at the mail provider, publish DMARC at p=none, then watch the reports. None of it requires a marketing platform and all of it is DNS.

Start with the inventory, because every later step depends on it and it is the part people skip. Write down every system that sends email appearing to come from your domain: the mail provider, the website contact form, the invoicing tool, the booking or estimating system, the review request platform, anything with your logo on it. Then check that each one is represented in your SPF record1, and count your lookups while you are in there.

Then turn on DKIM at your mail provider, which for most businesses is a setting rather than a project, and confirm the key length meets the 1024-bit minimum with 2048 preferred. Then publish a DMARC record at p=none with reporting enabled1. That order matters: DMARC is the diagnostic, so it is most useful once the first two are in place and you want to know whether they are actually working.

On spam rate there is a distinction worth holding onto, because most coverage flattens it. The stated requirement is to keep spam rates in Postmaster Tools below 0.3 percent1. Google’s own guidance elsewhere on the same page is stricter: keep spam rates below 0.10 percent and avoid ever reaching 0.30 percent or higher. Treat 0.10 percent as the target and 0.3 percent as the line you are already in trouble at.

And the honest limit on all of this. Passing authentication does not put you in the inbox; it removes a reason to keep you out. Reputation, content and whether people actually want your mail still decide the rest, and Microsoft says plainly that no system eliminates spam entirely. If you would rather this was somebody else’s job, it is part of what our technical SEO services cover, and our free SEO audit is the simplest way to see how your domain is currently set up.

  1. List every system that sends as you. Mail provider, forms, invoicing, booking, review requests. The list is usually longer than expected.
  2. Check each one appears in SPF. Google says senders missing from the record are more likely to be marked as spam.
  3. Count your SPF lookups. Past ten, Microsoft says the check might fail, and there is no error message telling you.
  4. Turn on DKIM at the mail provider. Confirm the key is at least 1024 bits, and 2048 if your provider supports it.
  5. Publish DMARC at p=none with reports. It changes no delivery outcome and shows you who is sending as your domain.
  6. Read the first month of reports. That is where you discover the tool nobody remembered was still sending.
Test yourself

Do the email rules actually apply to you?

Five questions from Google’s sender guidelines and Microsoft’s own announcement, both linked in this guide.

  1. 1Do Google’s 2024 sender requirements apply to a business sending forty emails a day?

    Answer: Yes, there is a set of requirements for all senders

    Google states that starting 1 February 2024, all email senders who send email to Gmail accounts must meet the requirements in that section, with an additional and stricter set for anyone sending more than 5,000 messages a day. Volume decides how much is required of you, not whether anything is. Almost every article on this subject is written for bulk marketers, which is why so many small businesses concluded it was somebody else’s problem.

  2. 2What is the minimum authentication Google requires from a small sender?

    Answer: SPF or DKIM

    The all-sender requirement is to set up SPF or DKIM for your sending domains. That is genuinely a lower bar than most coverage implies. Google does separately recommend that you always set up SPF, DKIM and DMARC, and the bulk requirement is SPF and DKIM plus DMARC, so the minimum and the recommendation are different things. Meeting the minimum is not the same as being set up well.

  3. 3Why do messages from your invoicing tool get marked as spam when your own do not?

    Answer: The tool is not listed in your SPF record

    Google states that your SPF record should include all email senders for your domain, and that if your third-party senders are not included in that record, messages from those senders are more likely to be marked as spam. This is the usual cause for a small business. The tools that send on your behalf accumulate one at a time, and nobody goes back and adds each one to the record.

  4. 4What happens if your SPF record contains too many include statements?

    Answer: Past ten DNS lookups the check might fail

    Microsoft states plainly that if you exceed ten DNS lookups, your SPF check might fail. This is an easy limit to cross without noticing, because each include for a mail provider, an invoicing tool, a CRM and a form handler consumes lookups, and some of those includes expand into several more. A record that worked for years can start failing when one more tool is added.

  5. 5What does Outlook do with non-compliant mail from high-volume domains?

    Answer: Routes it to Junk, with rejection signalled for later

    Microsoft announced that for domains sending over 5,000 emails a day, non-compliant messages are first routed to Junk, and that if issues remain unresolved they may eventually be rejected. The direction of travel is what matters more than the current setting. Both major consumer providers have moved the same way within about a year of each other, and neither has moved back.

Honest self-check. There is no sign-up, and nothing is stored.

Questions answered

Straight answers to the common questions

The questions readers ask about this topic, answered directly. No forms, no sales pitch.

JAMIE KLONCZ · SEO AGENCY NAPLES ONLINE

Pick a question on the left, or search above. You will get the direct answer, the way an answer engine would give it.

FREE AUDIT →

References

  1. Google Workspace Admin Help. Email sender guidelines. accessed 22 August 2026. https://support.google.com/a/answer/81126
  2. Microsoft. Strengthening Email Ecosystem: Outlook’s New Requirements for High-Volume Senders. published 2 April 2025, updated 29 April 2025. https://techcommunity.microsoft.com/blog/microsoftdefenderforoffice365blog/strengthening-email-ecosystem-outlook%E2%80%99s-new-requirements-for-high%E2%80%90volume-senders/4399730
Written by

Jamie Kloncz

Founder and CEO, SEO Elite Agency

Jamie Kloncz is the founder and CEO of SEO Elite Agency, the firm behind SEO Agency Naples. An engineer who scaled his own plumbing business to 3 million dollars in revenue and led growth for over 200 teams, he built this agency on one principle: every SEO action must connect directly to revenue, not vanity metrics.

More about Jamie →
Free · No pressure

See where your business actually stands

Start with a free audit of your rankings, Google Business Profile, technical health, and AI-search visibility, with a prioritized plan and an honest quote for your situation.

Get your free audit