Why deliverability is harder than it used to be
Deliverability is harder because inbox providers have become materially stricter. Google, Microsoft, Apple, Yahoo, and others are no longer judging senders on content alone. They are evaluating authentication, domain reputation, engagement behaviour, complaint rates, and sender consistency with far more sophistication than before.
That tightening became explicit in 2024 when Google and Yahoo formalised new requirements for bulk senders. SPF and DKIM are no longer optional. DMARC matters. One-click unsubscribe matters. Complaint rates matter. The margin for sloppy sending is smaller than it used to be.
The core implication is simple: a technically clean email sent from a weak domain to a stale list can still miss the inbox. Deliverability is now a system-level discipline, not a content trick.
Authentication: SPF, DKIM, and DMARC
Authentication is the technical foundation of deliverability. Without it, everything else becomes harder.
SPF (Sender Policy Framework) is a DNS TXT record that lists the IP addresses and services authorised to send email from your domain. A correct SPF record for a team using Advanza as their sending platform would look like:
`v=spf1 include:_spf.advanza.io ~all`
The `~all` at the end is a soft fail, which means messages from unlisted sources are treated as suspicious rather than automatically rejected. Once you are confident the record is complete, `-all` provides stronger protection against spoofing.
DKIM (DomainKeys Identified Mail) adds a cryptographic signature to each email you send. The receiving server validates that signature against a public key stored in DNS. Advanza generates DKIM keys per sending domain and provides the required records. Use 2048-bit keys. 1024-bit keys are increasingly treated as outdated.
DMARC (Domain-based Message Authentication, Reporting & Conformance) is the policy layer above SPF and DKIM. It tells inbox providers what to do when authentication fails and where aggregate reports should be sent. A practical starting DMARC record is:
`v=DMARC1; p=none; rua=mailto:dmarc-reports@yourdomain.com`
Start with `p=none` so you can monitor safely. Then progress to `p=quarantine` and, once alignment is proven, to `p=reject`.
Sending infrastructure: dedicated vs shared IPs
Shared IP pools are the right fit for most small and mid-volume senders. You share the infrastructure with other customers of the same platform, which is fine when the provider manages reputation aggressively and removes poor senders quickly.
Dedicated IPs become more relevant when volume is consistently high. The trade-off is control versus responsibility. The reputation becomes fully yours, which is good when managed well and painful when managed badly. Warm-up matters, and it must be deliberate: low starting volumes, gradual ramp, and close monitoring of complaints and bounce behaviour.
If dedicated infrastructure is part of your evaluation, verify whether it is genuinely available now or still part of a future enterprise conversation.
List hygiene: the most under-valued factor
Authentication helps you pass the technical checks. List hygiene determines whether your sender reputation survives.
Hard bounces are permanent failures. The mailbox does not exist, the domain is dead, or the address is invalid. These addresses should be suppressed immediately and never retried.
Soft bounces are temporary failures. The mailbox may be full, the destination server may be down, or the message may have hit a temporary limit. If the same address continues to soft-bounce repeatedly over time, treat it as a practical hard bounce.
Inactive subscribers are often the real risk. The older and colder the address, the higher the chance it becomes a complaint source or a spam trap. Inbox providers use spam traps specifically to identify senders with weak list discipline.
That is why re-engagement matters. Before a major campaign, isolate contacts with no opens over the last nine months, run a clear stay-subscribed sequence, and suppress anyone who does not respond. And purchased lists should never be part of the plan. They damage reputation faster than almost any other sending decision.
Engagement signals and inbox placement
Inbox placement is increasingly personal. Subscribers who open, click, and reply to your emails send strong positive signals to inbox providers. Subscribers who ignore everything you send do the opposite.
That creates a practical reality many teams miss: sending to low-engagement lists does not just underperform. It can actively damage deliverability for the engaged audience you care about most.
The right answer is segmentation by engagement level. High-value broadcasts and important nurture emails should go to engaged segments first. Recovery and reactivation should happen separately.
Advanza’s engagement scoring model supports this by labelling contacts as Active, Warm, Cool, or Dormant so teams can make cleaner campaign decisions and suppress the least healthy audience segments when necessary.
Monitoring and recovering reputation
Monitoring matters because sender reputation problems are easier to stop early than to repair later. Google Postmaster Tools and Microsoft SNDS are both valuable because they show how major inbox providers currently view your domain and IPs.
If reputation starts to fall, respond quickly:
1. Pause campaigns that went to weak or low-engagement segments. 2. Review complaint and authentication data to identify where the damage started. 3. Suppress the contacts who received the problematic campaign and showed no positive engagement. 4. Rebuild positive signals by sending to your healthiest segment first. 5. Resume volume gradually with tighter audience filters.
Reputation recovery usually takes weeks, not days. Preventing damage is always easier than reversing it.