Skip to main content
GrN.dk

Main navigation

  • Articles
  • Contact
  • Your Digital Project Manager
  • About Greg Nowak
  • Services
  • Portfolio
  • Container
    • Excel Freelancer
    • Kubuntu - tips and tricks
    • Linux Apache MySQL and PHP
    • News
    • Image Gallery
User account menu
  • Log in

Breadcrumb

  1. Home

Website Email Deliverability in 2026: A Practical Fix-It Checklist

By Greg Nowak. Updated 24 July 2026.

When a contact-form notification disappears or a password reset lands in spam, the visible symptom is small. The business effect may be a lost enquiry, an abandoned booking, or a customer who cannot access their account.

Fixing that reliably takes more than installing another SMTP plugin. You need to trace the complete mail path: the website event, application configuration, sending service, DNS authentication, recipient response, and monitoring. This checklist is designed for business owners, operations leads, and agencies that need a defensible diagnosis rather than trial and error.

Treat the website as part of your mail infrastructure

A website becomes a mail system as soon as it sends forms, receipts, account alerts, approvals, or booking confirmations. Start by documenting every mail stream and naming an owner. Include old staging sites, CRM workflows, helpdesks, newsletter platforms, and scheduled jobs; forgotten systems frequently explain authentication failures.

Mail stream Failure to look for Preferred approach
Forms and quote requests Silent lead loss Controlled From address; visitor in Reply-To
Password and account mail Locked-out users Transactional provider with delivery logs
Receipts and bookings Customer uncertainty Separate, monitored transactional stream
Marketing mail Complaints harming reputation Dedicated subdomain and unsubscribe controls
CRM and helpdesk mail SPF passes but DMARC fails Custom DKIM or aligned return-path domain
A practical decision matrix for separating operational website mail from higher-risk promotional and third-party traffic.

The 2026 baseline

Google requires every sender to personal Gmail accounts to use SPF or DKIM, TLS, valid forward and reverse DNS, correctly formatted messages, and acceptable complaint rates. Senders approaching 5,000 messages to personal Gmail accounts in a day face the bulk-sender rules: both SPF and DKIM, DMARC, alignment, and one-click unsubscribe for promotional or subscribed mail. Traffic across subdomains counts toward the same primary-domain threshold, and Google says bulk classification does not expire once assigned.

Transactional messages such as resets, reservations, and form confirmations are excluded from Gmail’s one-click-unsubscribe requirement. That is not a reason to mix them with campaigns. Separating operational and promotional traffic gives each stream clearer ownership and reduces the chance that marketing complaints affect important customer messages.

DMARC also changed recently. RFC 9989 became the standards-track DMARC specification in May 2026 and replaced RFC 7489. Most importantly for deployment plans, it removes the old pct tag because receivers applied percentage policies inconsistently. New rollouts should be driven by reporting and deliberate policy changes, not recipes such as pct=10, pct=25, and pct=50.

Diagnose before changing DNS

  1. Reproduce one real message. Trigger the exact form, checkout, or reset that is failing. Record the time, recipient, sending system, and message ID if one is available.
  2. Check application logs. Confirm that the site generated the message and that the sending provider accepted it. “Submitted successfully” in a form interface does not prove delivery.
  3. Inspect a delivered message. In Gmail, use Show original. In Microsoft environments, inspect Authentication-Results. Look for the SPF, DKIM, and DMARC results plus the domains shown by smtp.mailfrom, header.d, and header.from.
  4. Check provider events. Find the recipient in the transactional provider’s activity log and distinguish delivered, deferred, bounced, suppressed, or rejected mail.
  5. Read the SMTP response. A rejection code is more useful than a generic “deliverability problem.” It can point directly to missing authentication, bad DNS, reputation, or recipient policy.

Repair the application and DNS together

Contact forms should send from an address your organisation controls, such as [email protected]. Put the visitor’s address in Reply-To; using it as From impersonates the visitor’s domain and commonly breaks DMARC.

Use one SPF record for each sending domain. Include only active senders and remember that SPF evaluation allows no more than ten DNS-querying terms. Enable provider-supported DKIM with your own domain. A bare SPF pass is insufficient when the provider’s return-path domain does not align with the address people see in From; aligned DKIM often provides the cleaner route to DMARC compliance.

These commands provide a useful first view:

dig TXT example.com
dig TXT _dmarc.example.com
dig TXT selector1._domainkey.example.com
dig -x 203.0.113.25

They do not prove end-to-end delivery. Always compare DNS with a real message header and the sender’s logs. If the site is Drupal-based, the same principle applies to its mail transport: configure an owned, authenticated route rather than relying on an opaque server default.

Roll out DMARC without breaking legitimate mail

A sensible monitoring record remains:

_dmarc.example.com TXT "v=DMARC1; p=none; rua=mailto:[email protected]"

This requests aggregate reports while leaving failed mail handling unchanged. Review those reports, identify every legitimate source, and correct SPF or DKIM alignment. Then move the policy deliberately to p=quarantine and eventually p=reject when the evidence supports it. Do not publish enforcement merely to make a checker turn green.

Give marketing platforms or externally operated systems a suitable subdomain when they need a separate authentication and reputation path. For domains that genuinely never send email, publish defensive SPF and DMARC policies instead of leaving them available for spoofing.

Make delivery observable

Assign responsibility for provider alerts, DMARC reports, suppression lists, DNS changes, and synthetic tests of critical messages. After a CMS, hosting, DNS, or mail-provider change, test forms and account mail again. Agencies should include this ownership map in the handover rather than leaving credentials and plugins without an operating process.

If the problem crosses the website, DNS provider, transactional service, and Microsoft 365 or Google Workspace, Greg can audit the complete mail path, fix the practical gaps, and leave the team with a setup it can monitor.

Related on GrN.dk

  • Sending Mail with Drupal: Reliable Email Setup for Business Sites
  • Form Spam Is a Lead-Quality Problem: A Practical Hardening Playbook
  • CMS Upgrades in 2026: A PHP Roadmap for WordPress and Drupal Sites

Need help with this kind of work?

Ask Greg to audit your website mail path Get in touch with Greg.

Sources

  • Gmail Help: Email sender guidelines
  • Gmail Help: Email sender guidelines FAQ
  • Microsoft Learn: Set up DMARC to validate email in Microsoft 365
  • RFC 9989: Domain-Based Message Authentication, Reporting, and Conformance
  • RFC 7208: Sender Policy Framework
Last modified
2026-07-24

Tags

  • email deliverability
  • Website Operations
  • DMARC
  • SPF and DKIM
  • WordPress and Drupal

Review Greg on Google

Greg Nowak Google Reviews

 

Illustrated infographic summarizing: Your AI Visibility Dashboard Needs a Methodology, Not More Charts
Your AI Visibility Dashboard Needs a Methodology, Not More Charts
2026-07-24

A practical framework for measuring AI-search visibility with fixed prompts, repeated tests, separate metrics, retained evidence, and honest reporting.

Illustrated infographic summarizing: AI Admin APIs Are Here—But Your Directory Is Still the Source of Truth
AI Admin APIs Are Here—But Your Directory Is Still the Source of Truth
2026-07-23

New AI admin APIs can automate access and spend controls, but reliable governance still starts with authoritative directory data and clear ownership.

Illustrated infographic summarizing: OpenAI Presence Arrived—But Is Your Workflow Ready for an Agent?
OpenAI Presence Arrived—But Is Your Workflow Ready for an Agent?
2026-07-22

Before an AI agent can take on real work, its workflow needs clear scope, permissions, handoffs, evaluation cases, and production monitoring.

Illustrated infographic summarizing: Chatbot Transcripts Quietly Became a Retention and Redaction Problem
Chatbot Transcripts Quietly Became a Retention and Redaction Problem
2026-07-21

Chatbot transcripts spread across providers, logs and support tools. Here is how to map each copy, redact sensitive data and test deletion properly.

Illustrated infographic summarizing: Cloudflare Service Keys Stop in September: Find Every Caller
Cloudflare Service Keys Stop in September: Find Every Caller
2026-07-20

Cloudflare Service Keys stop working on September 30, 2026. Here is how to find every caller, move to scoped API tokens and avoid a late outage.

Illustrated infographic summarizing: Your AI Workflow Needs an Acceptance Test Before It Meets Customers
Your AI Workflow Needs an Acceptance Test Before It Meets Customers
2026-07-19

A practical way to test AI workflows using realistic scenarios, tool checks, human rubrics, regression suites, and clear release gates.

Three cover candidates for The Goats Were Load-Bearing fanned on a dark background: an ember-lit door, three slow knocks, and a founders' ledger
The Goats Were Load-Bearing: a fantasy where the bill always comes due
2026-07-19

A teaser for the upcoming darkly comic fantasy novel The Goats Were Load-Bearing — a village, a door that must stay poor, and the worst possible time to sell the herd. Readers pick the cover.

Vegan Power game: the yellow player catches falling fruit while a chicken and a cow look on
Vegan Power: The Little Game About Eating Fruit, Not Friends
2026-07-19

Vegan Power is a free browser game where you catch fruit, dodge the animals, protect seven hearts, and chase a better high score.

KotobaMon title screen: the Japanese logo コトバヱン over a low-poly 3D island with monsters, cherry-blossom trees and a trainer.
KotobaMon: Shipping a 3D Browser Game With No Build Step and Self-Hosted Voice
2026-07-19

A look at fantasy.grn.dk, a browser-based 3D game that teaches Japanese with no build step, procedural art and self-hosted AI voice, and what its constraints show about shipping interactive products fast and cheap.

Illustrated infographic summarizing: WordPress Forced an Emergency Update. Did Every Site Take It?
WordPress Forced an Emergency Update. Did Every Site Take It?
2026-07-18

WordPress pushed an emergency security update, but teams still need to confirm the right patched version and core integrity on every installation.

More articles
RSS feed

GrN.dk web platforms, web optimization, data analysis, data handling and logistics.