An email platform can report that a campaign was delivered even when many messages landed in spam, were delayed, or never reached the people most likely to respond. That gap is why an email deliverability audit must look beyond a single dashboard. It should connect domain setup, sender identity, list quality, sending behavior, message structure, mailbox-provider feedback, and the business process that controls each change.

The rules for reaching major consumer inboxes are now stricter. Google requires core authentication and infrastructure controls for all senders to personal Gmail accounts, with added SPF, DKIM, DMARC, alignment, and one-click unsubscribe requirements for higher-volume senders. Yahoo has similar requirements for bulk senders, and Microsoft applies SPF, DKIM, and DMARC requirements to domains sending more than 5,000 messages per day to Outlook.com consumer addresses. Review the current guidance from Google, Yahoo Sender Hub, and Microsoft before changing a live sending program.

This guide explains how to run a platform-neutral audit across marketing automation tools, email service providers, CRM systems, and transactional mail. You will learn how to build a complete sender inventory, test SPF, DKIM, and DMARC, review list and suppression rules, study bounce and complaint data, test message and link paths, and create a repair plan that can be measured. For wider planning, review our guide to marketing automation platform migration and our overview of email automation services.

Key Takeaways

  • An email deliverability audit should review every domain, subdomain, platform, IP, sender, message type, and audience source.
  • Passing SPF, DKIM, and DMARC is necessary, but authentication alone does not guarantee inbox placement.
  • Marketing, transactional, support, and sales email should have clear ownership and controlled sending paths.
  • Permission, complaint handling, bounce rules, and suppression syncing are as important as DNS records.
  • Use mailbox-provider feedback, SMTP responses, reputation data, and business outcomes instead of relying only on open rate.
  • Fix the highest-risk issues first, change one major variable at a time, and save evidence before and after each change.
  • Turn the audit into an ongoing governance process with named owners, alerts, testing, and a change log.

What an Email Deliverability Audit Should Prove

An email deliverability audit is a structured review of the systems and practices that affect whether email is accepted, filtered, delayed, rejected, or placed in the inbox. It is not only a DNS check, a template review, or a list-cleaning task. Each of those areas can affect delivery, but the audit must show how they work together.

Separate Delivery from Inbox Placement

Delivery normally means the receiving server accepted the message. Inbox placement describes where the message appeared after acceptance, such as the primary inbox, a category tab, the spam folder, or another filtered area. A high delivered rate can exist beside weak inbox placement. The audit should keep these measures separate so the team does not treat server acceptance as proof that the campaign reached the intended view.

Find the Root Cause, Not Only the Symptom

A sudden drop in results may come from several places. A new platform may sign with the wrong DKIM domain. A list import may add old or unverified contacts. A sending spike may change mailbox-provider behavior. A tracking domain may be unverified or have a poor history. An unsubscribe process may fail to update every connected system. The audit should trace the full path from consent through send, receipt, feedback, suppression, and reporting.

Create Four Clear Audit Outputs

  • Sender inventory: A complete list of systems, domains, subdomains, IPs, From addresses, return-path domains, DKIM selectors, and message types.
  • Evidence package: DNS records, headers, provider screenshots, bounce samples, complaint data, list-source records, and test results.
  • Risk register: Each issue, its business effect, severity, owner, dependency, and recommended fix.
  • Repair roadmap: A safe order of work with testing, approval, rollback, and success measures.

Are Hidden Deliverability Gaps Hurting Your Campaigns?

A marketing automation health check can uncover authentication gaps, unhealthy lists, broken suppression rules, workflow problems, and reporting issues before they affect more sends.

Request a HubSpot Health Check

Build the Deliverability Evidence Map

Start the audit by mapping the full sending environment. Many companies know which marketing platform sends newsletters, but they do not know every system that can send as the company domain. CRM alerts, sales tools, support platforms, billing systems, product notifications, event tools, website forms, and employee mail may all use the same organizational domain or related subdomains.

A complete map prevents one platform from being fixed while another continues to send unauthenticated or unwanted mail. It also shows which systems share reputation, which teams control DNS, and where a suppression request may be lost.

01

Sender Identity

Collect

Visible From address, display name, Reply-To, envelope sender, return path, and DKIM signing domain.

Main Risk

The identity shown to the reader does not align with the domains used for authentication.

02

Infrastructure

Collect

Sending platforms, IP addresses, DNS records, PTR records, TLS status, tracking domains, and selectors.

Main Risk

An unknown sender, broken record, or shared resource creates inconsistent authentication or reputation.

03

Permission and Audience

Collect

Signup source, consent text, date added, expected frequency, engagement history, and audience purpose.

Main Risk

Contacts receive mail they did not request, no longer expect, or cannot easily stop.

04

Message and Link Path

Collect

Headers, HTML, plain-text version, subject, image hosts, redirects, landing pages, and unsubscribe links.

Main Risk

Misleading identity, broken HTML, unsafe links, or long redirect chains reduce trust.

05

Mailbox Response

Collect

Bounces, blocks, deferrals, complaint reports, provider reputation, inbox tests, and response trends.

Main Risk

The team sees a total delivery rate but misses provider-specific filtering and rejection patterns.

06

Operations and Control

Collect

Owners, approvals, access, change history, test plans, incident steps, and suppression responsibilities.

Main Risk

Several teams can change sending behavior without one shared process or clear accountability.

Inventory Every Sending Source

Ask each department which tools can send email using a company domain. Confirm the answer with DNS, SPF includes, DKIM selectors, DMARC aggregate reports, platform billing records, and message headers. Do not assume that a system is inactive because nobody remembers using it. Old tools may still send form notifications, renewal reminders, test campaigns, or automated alerts.

Separate Message Types

List marketing, transactional, support, product, billing, security, and one-to-one sales email as separate streams. These messages have different audience expectations and business needs. Yahoo recommends separating bulk or marketing mail from transactional and user mail by IP or DKIM domain where practical. Even when a platform controls the IP layer, separate subdomains, identities, and reporting can make each stream easier to protect and troubleshoot.

Save a Baseline Before Changing Anything

Capture current authentication results, sending volume, complaint rate, hard and soft bounces, deferrals, top SMTP errors, unsubscribe processing time, and outcomes by mailbox provider. Save message headers from several real sends. Without a baseline, the team may make several changes and still be unable to tell which one improved or harmed performance.

Audit SPF, DKIM, and DMARC

Email authentication helps receiving systems verify which servers may send for a domain and whether a message was signed by an authorized domain. The audit should test both the DNS records and the result shown in real message headers. A record can exist and still fail because the sending platform uses a different domain, an old selector, an unauthorized server, or a broken alignment path.

Review SPF as an Authorization Map

Sender Policy Framework, or SPF, identifies which systems may send using the envelope-from domain. Confirm that the domain has one valid SPF record, every approved sender is included, retired services are removed, and the record stays within the DNS lookup rules defined by RFC 7208. Too many nested includes can create a permanent error even when each vendor was added with good intent.

SPF does not directly authenticate the visible From address. It authenticates the envelope domain used during mail transfer. DMARC can use SPF only when that authenticated domain aligns with the visible From domain. The audit must therefore inspect the message header instead of checking only whether an SPF TXT record exists.

Test DKIM Signing and Key Health

DomainKeys Identified Mail, or DKIM, adds a cryptographic signature that receiving systems can verify through DNS. Confirm that each sending platform signs mail, the selector exists, the public key is reachable, the signature passes, and the signing domain aligns with the visible From domain when DKIM is used for DMARC. The core standard is documented in RFC 6376.

Google and Yahoo require a DKIM key of at least 1024 bits for the mail covered by their sender rules and recommend 2048 bits when the provider supports it. The audit should also record key age, selector ownership, rotation plans, and whether an email gateway changes the subject, body, links, or footer after the signature is applied.

Check DMARC Alignment and Reporting

Domain-based Message Authentication, Reporting, and Conformance, or DMARC, connects the visible From domain to SPF or DKIM. A message passes DMARC when at least one approved authentication method passes and aligns with the visible From domain. Review RFC 7489 for the protocol details.

A policy of p=none can support monitoring, but it does not tell receiving systems to quarantine or reject failing mail. Do not move to a stronger policy before every legitimate sender is known and aligned. Start with reporting, correct unknown or failing sources, test important forwarding and third-party paths, and then increase enforcement through an approved plan.

Validate Real Headers

Send controlled tests from each platform and inspect the full headers at Gmail, Yahoo, Outlook.com, and key business domains. Record the visible From domain, return path, SPF result and domain, DKIM result and signing domain, DMARC result, selector, sending IP, and any provider-specific filtering information.

Authentication-Results:
  spf=pass smtp.mailfrom=mail.example.com;
  dkim=pass header.d=example.com;
  dmarc=pass header.from=example.com
Important: A passing authentication result confirms identity controls. It does not guarantee the inbox. Permission, complaints, list quality, volume patterns, content, links, and reputation still affect filtering.

Review Sending Infrastructure and Domain Alignment

The infrastructure review explains how email leaves each platform and how that path appears to receiving systems. It should cover domains, subdomains, IPs, reverse DNS, TLS, tracking, redirects, and the difference between shared and dedicated resources.

Confirm Forward and Reverse DNS

Google and Yahoo require valid forward and reverse DNS for sending IPs covered by their guidelines. The PTR record should resolve the sending IP to a hostname, and that hostname should resolve back to the same IP. Teams using a managed email platform may not control this record, but they should confirm the provider is handling it correctly.

Review Shared and Dedicated IP Use

A shared IP combines the behavior of several senders, while a dedicated IP gives one organization more direct control and more responsibility. A dedicated IP is not automatically better. It needs enough steady, wanted volume to build and maintain its own reputation. A low-volume or irregular sender may perform better on a well-managed shared pool.

Record which streams use each IP, how volume changes by day, which mailbox providers show delays, and whether the platform moves traffic between pools. Avoid sudden spikes. Google advises senders to increase volume slowly, send at a consistent rate, begin with engaged recipients, and watch SMTP errors and reputation while volume grows.

Use Clear Sending and Tracking Domains

A custom sending subdomain can make ownership and reporting clearer. A custom tracking domain can keep links tied to the brand instead of a shared vendor hostname. Confirm that every tracking domain has valid DNS, uses HTTPS, resolves without errors, and leads to trusted pages. Review redirects for unnecessary hops, mixed domains, expired certificates, or security warnings.

Plan Platform Changes as Reputation Events

A migration can change the sending platform, IP pool, return path, DKIM selector, tracking domain, template code, and volume pattern at the same time. Treat the change as a controlled reputation event. Microsoft’s official guidance on warming a sending domain recommends gradual volume growth and beginning with highly engaged recipients. Our marketing automation migration framework explains how to connect technical changes to a wider operating plan.

Protect Transactional Email

Receipts, password resets, security alerts, and other required messages should not depend on the same audience practices as promotional campaigns. Separate the streams where possible, keep transactional templates focused on their main purpose, and make sure a marketing complaint or sending spike does not place required product mail at unnecessary risk.

Mailbox providers judge whether people want the messages they receive. A technically perfect domain can still have poor performance when the audience did not request the mail, no longer expects it, or cannot leave easily. The audit should trace each contact from the point of collection through segmentation, sending, feedback, and suppression.

Map Every Audience Source

For each source, record the signup form, consent statement, date added, expected content, expected frequency, region, and system of record. Review events, imports, partner lists, sales uploads, lead vendors, old customer files, gated content, checkout forms, and offline collection. Do not treat a business email address as automatic permission for ongoing marketing.

Google advises senders not to buy email addresses or send to people who did not sign up. Yahoo recommends specific opt-in, clear frequency expectations, and confirmed opt-in as a way to reduce uninterested or invalid addresses. The audit should flag sources that cannot show a clear reason the recipient expects the message.

Review Bounce Handling

Separate hard bounces, soft bounces, blocks, and deferrals. A hard bounce may show that the address is invalid or cannot receive mail. A soft bounce may be temporary, but repeated failures need a rule. A block may point to authentication, policy, content, reputation, or rate limits. Save the exact SMTP code and provider response instead of grouping every failure into one bounce total.

Test Global Suppression Sync

Confirm that unsubscribes, complaints, hard bounces, legal suppressions, and manual do-not-email requests reach every platform that can send marketing mail. A person who unsubscribes in one system should not be re-added by a nightly sync, import, CRM update, or separate campaign tool. The audit should test the full update path with controlled records.

Use Engagement Carefully

Engagement can help identify which recipients still value the mail, but open rate should not be treated as a direct inbox-placement measure. Google states that it does not track open rates and cannot verify third-party open-rate accuracy. Privacy tools, image blocking, and automatic image loading can also change reported opens. Use a wider set of signals such as recent signup, clicks, replies, site activity, conversions, purchase activity, account use, and direct preference updates.

Make Unsubscribe Fast and Reliable

Marketing and subscribed messages sent at higher volume to Gmail must support one-click unsubscribe and a visible unsubscribe link. Yahoo requires functioning list-unsubscribe support for bulk promotional mail and says unsubscribe requests should be honored within two days. The technical one-click method is defined in RFC 8058.

Clean Data Supports Better Deliverability

Remove duplicates, invalid contacts, old bounces, broken properties, and unsafe audience sources before they create more sending and reporting problems.

Explore HubSpot Cleanup Services

Run the Audit in a Clear Order

A strong audit follows a fixed order so the team can separate evidence from assumptions. Starting with random template changes may hide a DNS, permission, or infrastructure problem. Changing several systems at once makes the result harder to explain.

STEP
01

Discover

Input

Platforms, domains, IPs, message types, lists, owners, and current reports.

Decision

Is every sending source known and assigned to a business and technical owner?

Output

A verified sender inventory and evidence request list.

STEP
02

Verify

Input

DNS records, headers, permissions, suppression rules, and platform settings.

Decision

Do identity, authentication, consent, and control paths work as designed?

Output

A pass, fail, or needs-review result for each control.

STEP
03

Test

Input

Controlled sends across message types, providers, domains, and audience groups.

Decision

Where do messages fail, delay, filter, or show a different result than expected?

Output

Headers, SMTP responses, placement observations, and repeatable test cases.

STEP
04

Diagnose

Input

Provider trends, reputation data, list history, campaign changes, and test evidence.

Decision

Which issue is the likely root cause, and which findings are only related symptoms?

Output

A ranked risk register with owners and dependencies.

STEP
05

Repair and Validate

Input

Approved changes, rollback steps, test groups, and success measures.

Decision

Did the change correct the issue without harming another sending stream?

Output

Before-and-after evidence, updated documentation, and a monitoring plan.

Use Controlled Test Groups

Build test accounts at major consumer providers and include important company domains. Use the same message, sender, and timing when comparing one variable. Seed tests are useful for repeatable checks, but they do not prove placement for an entire live audience. Combine them with real provider data, SMTP responses, complaints, and campaign outcomes.

Change One Major Variable at a Time

Do not change the sending domain, IP pool, list rules, template, From address, frequency, and tracking domain in one launch. When possible, isolate the highest-risk variable, test it with a small engaged group, and watch the result before expanding. This makes rollback easier and protects the team from false conclusions.

Keep a Test Record

For every test, save the date, platform, sender, audience, message ID, domain, IP, subject, volume, authentication result, SMTP response, placement observation, and business outcome. A repeatable record helps the team compare changes over time and gives support teams the detail they need when a provider investigation is required.

Content is only one part of deliverability, but message structure can still create problems. The audit should inspect identity, subject lines, HTML, plain text, links, images, footers, headers, and the unsubscribe path. Test actual messages from the live platform because exported HTML does not show every change made during sending.

Keep Sender Identity Clear

The display name, From address, Reply-To address, subject, and message body should tell one clear story. Google advises senders not to use misleading display names, fake reply markers, deceptive subjects, or hidden content. Avoid making a campaign look like a reply or urgent personal message when it is not.

Review HTML and Plain Text

Check for broken tags, hidden blocks, unreadable text, excessive code, missing alternative text, very large images, and a weak mobile layout. Confirm that the plain-text version is readable and that the key message does not depend on images alone. The goal is not a fixed text-to-image formula. The goal is a clear, honest, accessible message that renders well and matches the reader’s expectation.

Inspect Every Link and Redirect

Click each link from a real received message. Confirm that the visible copy matches the destination, the tracking domain is expected, HTTPS works, redirects are limited, and the final landing page is active and safe. A broken or flagged landing page can harm results even when the email platform itself is configured correctly.

Test One-Click and Visible Unsubscribe

Verify the List-Unsubscribe and List-Unsubscribe-Post headers on promotional mail where required. Then test the visible link in the body. The process should not require a login, should update the right preference or global suppression, and should stop future promotional sends within the required time.

Keep Transactional Messages Focused

Do not mix major promotions into receipts, security alerts, password resets, or other required messages. Google advises senders not to combine different message types in one email. A clear purpose helps recipients understand why they received the message and helps teams keep required mail separate from promotional risk.

Measure Inbox Placement and Sender Reputation

A deliverability dashboard should show where problems happen and what changed before the decline. A single total delivery rate can hide a major issue at one mailbox provider, one domain, one message stream, or one audience source. Review measures by provider, domain, subdomain, campaign type, audience source, and time period.

A

Authentication

CHECK 01

Watch

SPF, DKIM, DMARC, domain alignment, selector errors, and unauthorized sources.

Investigate

Results differ by platform, provider, domain, or message type.

Use It To

Confirm sender identity and find broken or unknown sending paths.

B

Bounces and Deferrals

CHECK 02

Watch

Hard bounces, soft bounces, temporary delays, blocks, and top SMTP codes.

Investigate

One provider, IP, domain, or list source moves away from its normal pattern.

Use It To

Separate invalid addresses, rate limits, policy blocks, and infrastructure problems.

C

Complaints and Opt-Outs

CHECK 03

Watch

Spam complaints, unsubscribe rate, processing time, and repeat sends after suppression.

Investigate

Complaint rate rises after a source, frequency, content, or audience change.

Use It To

Measure audience expectation and find broken preference or suppression rules.

R

Provider Reputation

CHECK 04

Watch

Domain and IP reputation, spam-rate trends, complaint feedback, and provider alerts.

Investigate

Reputation changes after a volume spike, platform move, list import, or new message stream.

Use It To

See how mailbox providers view the sender over time.

P

Placement Tests

CHECK 05

Watch

Inbox, category, spam, delays, and authentication results across controlled accounts.

Investigate

The same message behaves differently by provider or sending path.

Use It To

Create repeatable tests and support a wider diagnosis.

O

Business Outcomes

CHECK 06

Watch

Clicks, replies, conversions, revenue, account activity, and results by audience source.

Investigate

Technical delivery looks stable but useful customer action continues to fall.

Use It To

Separate inbox problems from weak targeting, timing, offer, or message value.

Use Provider-Specific Tools

Use Google Postmaster Tools for available Gmail reputation, spam-rate, authentication, and delivery data. Use Yahoo Sender Hub and its Complaint Feedback Loop for Yahoo-managed domains. Review Outlook.com sender support and SMTP responses for Microsoft consumer mail. Provider data may have minimum-volume limits and should be read beside platform reports.

Keep Spam Complaints Below Provider Limits

Google’s current guidance says to keep the spam rate shown in Postmaster Tools below 0.10% and avoid reaching 0.30% or higher. Yahoo requires bulk senders to remain below 0.3%. Treat these values as maximum risk limits, not performance goals. A lower, stable complaint rate gives the sender more room when a campaign has an unusual spike.

Read SMTP Responses by Provider

Track the exact code, response text, recipient domain, campaign, IP, and time. Grouping every temporary response as a soft bounce removes useful detail. A 4xx response may show rate limiting or a temporary policy problem, while a 5xx response may show a permanent rejection. Always read the provider’s message before deciding whether to retry, pause, slow volume, or correct configuration.

Connect Technical Data to Revenue

A campaign can reach the inbox and still fail because the audience, offer, timing, or message is weak. It can also show strong clicks among a small delivered group while a large share of the intended audience was filtered. Report technical delivery, audience response, and business outcomes as separate layers so each team works on the correct problem.

Create a 30-60-90 Day Repair Plan

The repair plan should reduce immediate risk first, correct system design second, and build ongoing control third. The exact timing depends on access, DNS ownership, platform limits, sending volume, and the severity of the issue. Do not promise an instant reputation reset. Mailbox providers need time and consistent wanted behavior to observe a change.

Days 1–30: Stabilize and Protect

  • Pause unsafe list sources, unexplained volume spikes, and messages with repeated provider blocks.
  • Verify every sender, domain, subdomain, IP, return path, tracking domain, and DKIM selector.
  • Correct clear SPF, DKIM, DMARC, PTR, TLS, and alignment failures.
  • Confirm global suppression for complaints, hard bounces, unsubscribes, and legal exclusions.
  • Remove invalid addresses and stop automatic re-entry into marketing lists.
  • Start provider monitoring and save a daily baseline during the stabilization period.

Days 31–60: Repair Process and Data

  • Separate message streams, owners, domains, and reports where needed.
  • Document audience sources, consent, frequency, and retention rules.
  • Build clear bounce, deferral, complaint, inactivity, and suppression workflows.
  • Correct link, tracking, unsubscribe, and template issues found in live tests.
  • Warm new or changed sending paths with engaged recipients and controlled volume.
  • Train marketing, sales, support, and operations teams on approved sending rules.

Days 61–90: Validate and Govern

  • Compare authentication, complaints, bounces, deferrals, placement tests, and outcomes with the original baseline.
  • Expand volume only when the new path remains stable.
  • Retire unused DNS records, selectors, platforms, lists, and integrations.
  • Set recurring reviews for DMARC reports, provider dashboards, bounce codes, and suppression sync.
  • Create a formal change process for new tools, domains, audiences, and high-volume campaigns.
  • Publish a simple operating document with owners, alerts, test steps, and escalation paths.
Keep the first repair phase focused. A smaller, trusted audience sent through a verified path gives the team better evidence than a large test that repeats the same unknown risks.

Build Ongoing Deliverability Governance

Deliverability is not a one-time technical project. Domains, vendors, lists, laws, provider rules, audience behavior, and company goals change. A stable program needs a business owner, a technical owner, a regular review, and a clear process for approving changes.

Assign Business and Technical Owners

The business owner approves audience purpose, consent, content, frequency, and risk. The technical owner maintains DNS, platform settings, integrations, headers, tracking domains, suppression flows, testing, and provider monitoring. Both owners should approve major changes to sending domains, platforms, volume, or audience sources.

Create Alerts for Meaningful Changes

Set alerts for authentication failures, complaint spikes, hard-bounce increases, provider blocks, unusual deferrals, suppression-sync failures, and unexpected volume. An alert should name the affected stream, show the baseline, identify the owner, and link to the evidence needed for review.

Review New Tools Before They Send

Any new CRM, sales tool, support platform, event system, or automation service that sends as the company domain should pass a sender review. Confirm the From address, envelope domain, DKIM signing, SPF needs, DMARC alignment, tracking links, unsubscribe behavior, suppression sync, data source, and owner before the first live send.

Maintain a Deliverability Change Log

Record the date, request, reason, owner, approval, platform, domain, audience, expected effect, test plan, rollback plan, and final result. This log becomes critical when performance changes weeks after a migration, new campaign, list import, domain update, or vendor change.

Teams that need help maintaining workflows, data, reporting, and governance can also review our guide to marketing automation managed services. For nurture strategy after list and sending controls are stable, see our B2B lead nurture campaign guide.

Turn Deliverability Problems Into a Clear Repair Plan

Find the gaps across authentication, data, automation, suppression, sending behavior, and reporting before they affect more campaigns.

Request a HubSpot Health Check
Explore HubSpot Cleanup

Frequently Asked Questions

What is an email deliverability audit?

An email deliverability audit is a structured review of the systems and practices that affect whether email is accepted, filtered, delayed, rejected, or placed in the inbox. It normally covers sending domains, authentication, infrastructure, list sources, permission, suppression, bounces, complaints, message structure, links, provider feedback, reporting, and governance.

How is email delivery different from inbox placement?

Delivery means the receiving mail server accepted the message. Inbox placement describes where the accepted message appeared, such as the primary inbox, a category tab, or spam. A campaign can have a high delivered rate and still have weak inbox placement.

Does passing SPF, DKIM, and DMARC guarantee inbox placement?

No. Authentication helps receiving systems verify sender identity and is required by major providers for many sending programs. Inbox placement also depends on permission, complaints, list quality, sending volume, reputation, content, links, infrastructure, and recipient behavior.

What should I check in an SPF audit?

Confirm that the domain has one valid SPF record, every approved sender is included, retired services are removed, the record stays within SPF lookup limits, and real messages pass SPF. Also check whether the authenticated envelope domain aligns with the visible From domain when SPF is used for DMARC.

What should I check in a DKIM audit?

Confirm that each platform signs mail, the selector and public key exist, the signature passes, the signing domain is correct, and the key length meets current provider requirements. Review key rotation, selector ownership, and any gateway or platform step that changes the message after signing.

Should I set DMARC to reject immediately?

Not usually. First inventory every legitimate sender, review DMARC reports, correct authentication and alignment problems, and test important third-party and forwarding paths. Move from monitoring to stronger enforcement through a controlled plan so valid mail is not rejected by mistake.

How often should an email deliverability audit be performed?

Run a full audit after a platform migration, domain change, major volume increase, unexplained decline, security event, or large list change. A stable program should also review core controls on a regular schedule and monitor provider feedback, authentication, complaints, bounces, and suppression continuously.

Are open rates a reliable deliverability measure?

Open rate is useful as one campaign signal, but it is not direct proof of inbox placement. Privacy tools, image blocking, and automatic image loading can change reported opens. Use open data beside provider reputation, complaints, SMTP responses, placement tests, clicks, replies, conversions, and audience activity.

What complaint rate should a sender aim for?

Major providers publish maximum risk limits, not ideal targets. Google advises keeping Postmaster Tools spam rate below 0.10% and avoiding 0.30% or higher. Yahoo requires bulk senders to remain below 0.3%. A sender should aim for a lower, stable rate and investigate any rise quickly.

How long does it take to fix email deliverability?

Simple configuration errors may be corrected quickly, but reputation recovery can take longer because mailbox providers need to observe consistent wanted mail over time. The timeline depends on the cause, list quality, complaint history, volume, provider response, domain history, and how safely the repair plan is rolled out.

When should I use a separate sending subdomain?

A separate subdomain can make message streams, ownership, authentication, reporting, and incident control easier to manage. It does not remove the need for permission and good sending behavior, and it should not be used to hide poor practices. The right structure depends on message type, volume, platform, and business risk.

When should I request outside help?

Outside help may be useful when several platforms send as the same domain, DNS ownership is unclear, authentication results conflict, complaints or blocks are rising, suppression does not sync, a migration is planned, or internal teams cannot identify the root cause. A good review should provide evidence, priorities, owners, and a testable repair plan.

Popular Articles