Section 1
What Changed: The 2024 Rules and Escalating Enforcement
In February 2024, Google and Yahoo stopped treating good sending practice as advice and started treating it as a gate. Google's email sender guidelines require every sender to authenticate mail with SPF or DKIM, and hold bulk senders, defined as those sending 5,000 or more messages a day to Gmail addresses, to a higher bar: SPF and DKIM both, a DMARC policy on the sending domain, alignment between the visible From domain and authentication, valid forward and reverse DNS, TLS in transit, one-click unsubscribe for marketing messages, and reported spam rates kept below 0.3%. Enforcement has tightened since, with Google ramping up rejections of non-compliant traffic from late 2025. The practical takeaway for operators: these thresholds are where mailbox providers draw the line, so build to them from day one rather than after a campaign mysteriously flatlines. If you are turning this into practice, [Outbound Lead Generation for Service Businesses: A System, Not a Spray](/blog/outbound-lead-generation-service-businesses-system-not-spray) maps the adjacent system.
Section 2
Authentication in Plain English: SPF, DKIM, DMARC
Authentication answers one question for the receiving server: is this message really from the domain it claims? Three DNS records answer it from different angles. SPF publishes which servers may send mail for your domain. DKIM adds a cryptographic signature proving the message was not altered and genuinely originates from an authorized system. DMARC ties them together, telling receivers what to do when checks fail and requiring that the domain readers see matches the domain that authenticated, which blocks lookalike spoofing. Setup is a one-time task in your DNS settings, and most sending platforms generate the records for you. Verify with free tools like Google Postmaster Tools and any DMARC report reader. The table below summarizes what each protocol proves, what the rules require, and where service businesses typically get it wrong.
Section 3
Sender Reputation: The Score You Cannot See
Beyond the published rules sits a score nobody shows you: sender reputation, computed per domain and per IP from how recipients treat your mail. Spam complaints, hard bounces to dead addresses, spam-trap hits, sudden volume spikes, and being ignored all push it down. Replies, opens from engaged users, and steady volume push it up. Reputation explains the haunted-house behavior of deliverability, where identical copy inboxes for one sender and vanishes for another. It also explains why list quality is a deliverability issue, not just a targeting issue: every unverified address you mail is a wager against your own domain. Monitor Google Postmaster Tools for your spam rate and domain reputation, keep bounce rates under roughly 2% with pre-send verification, and treat the 0.3% complaint threshold as a cliff edge you never approach, because recovery takes months. To see how this connects to the wider system, read [Your Email List Is a Business Asset: How Service Businesses Make It Compound](/blog/email-list-business-asset-service-businesses).
Section 4
Infrastructure for Service Businesses: Domains, Warm-Up, Volume
The standard architecture for outbound-safe sending is simple and cheap. Keep your primary domain for client work only. Register one or two adjacent domains for outreach, set up SPF, DKIM, and DMARC on each, and create a small number of mailboxes per domain. Warm them for three to four weeks, starting with a handful of messages daily and ramping gradually, before any campaign volume, then cap each mailbox at conservative daily sends and scale horizontally by adding mailboxes instead of pushing one harder. Route replies to a monitored inbox, because conversations are the point and engagement protects reputation. Review Postmaster Tools weekly alongside your reply metrics. None of this is glamorous, which is exactly why it is an advantage: most of your competitors will not do it, and their email is in the junk folder. For the step that usually comes next, see [Automating Email Campaigns: AI Tools for Hyper-Personalization](/blog/automating-email-campaigns-ai-tools-for-hyper-personalization).