Skip to Main Content

Provider deliverability · Proton Mail

Why are my emails going to spam in Proton Mail?

Samuel Chenard

By Samuel Chenard · CEO & Co-Founder, Palisade · Reviewed September 15, 2026

Proton Mail sorts inbound mail with machine-learning spam filtering and flags any message whose From domain fails authentication with a red banner: "This email has failed its domain's authentication requirements. It may be spoofed or improperly forwarded!" Mail from a domain with missing or misaligned SPF, DKIM or DMARC is filed as spam or delivered under that warning.

The 30-second check

Start with the domain in your From header, because that is what Proton's warning is about. Proton tells recipients the banner means "the sender's email address failed the domain authentication check" and that this "could be an indication that the "From" field has been forged". A legitimate sender trips the same check when SPF does not name the sending platform, DKIM is missing or signed by another domain, or the mail was forwarded. The free checker below reads SPF, DKIM and DMARC for your domain in about thirty seconds.

Check your domain now

Enter your sending domain and the check runs instantly on the next page. Free, no signup.

Why Proton Mail is blocking your email

Likely causeWhat's happening
The From domain fails authentication, so Proton warns the readerProton's banner is shown "to protect them from spam and phishing attacks" and "tells you that the sender's email address failed the domain authentication check". Proton advises recipients to treat such mail "with extra caution" and not to "click any links or download attachments unless you are certain the email is legitimate". A missing SPF include for your sending platform, or a DKIM signature on the platform's domain rather than yours, produces exactly this.
Your own DMARC policy asked for quarantine or rejectProton explains the three DMARC actions in its own guide: `p=quarantine` asks "the recipient platforms to mark the unauthorized emails as spam or quarantine them" and `p=reject` asks them "to reject the unauthorized emails". A domain at quarantine with one legitimate sender that fails alignment lands that sender's mail in the Proton Spam folder by the domain owner's own instruction.
Forwarded or list mail broke SPF or DKIMProton's DMARC guidance warns that "when you email a mailing list that then forwards to individual recipients, this will break SPF", and that some lists "also change the contents of the email, which breaks DKIM and causes DMARC to fail". Its own warning text names improper forwarding as one of the two explanations for the banner.
Proton's spam filtering scored the message as spamProton says it "uses advanced spam filtering driven by machine learning to sort all incoming emails". It publishes no scoring criteria, no complaint threshold and no postmaster tools beyond a contact address, so from the sender's side the levers are the usual ones: authentication, domain reputation, content, and the recipient's own lists.
The recipient put your address or domain on a spam or block listEvery Proton user has three lists. Proton describes them as: "Spam: These emails will arrive in your spam folder. Block: These emails will be dropped and not delivered. Allow: These emails will arrive in your inbox." A blocked sender's mail is dropped with no bounce, so it can look like a delivery failure at your end.
A new or poorly regarded sending domainProton's own anti-spoofing guide tells its customers that a correct SPF record "will not only make your email seem more legitimate and thus less likely to be sent to spam folders" but also protects the domain. The same logic applies to you as a sender into Proton: a domain with no history and no authentication has nothing to be judged on except its content.

Check the public signals before changing settings

Check your DMARC record gives you a fast public-DNS baseline. It does not replace the provider's private reputation or placement data, but it tells you whether an authentication problem is visible before you edit a sending platform.

Palisade DMARC checker result showing a published DMARC policy, report destination, and record tags for a non-sensitive test domain.
Source: Palisade, “DMARC checker, checked 2026-07-29. First-party public tool result for a non-sensitive test domain; it validates what public DNS exposes.

How to fix it, step by step

  1. Check SPF, DKIM and DMARC on the domain in your From header

    Use the free checker above (or at /tools/dmarc). Proton's warning fires on the From domain, so that is the record set to inspect. If SPF does not include the platform that sent the message, or DKIM is missing or signed by a different domain, the banner is explained before you look anywhere else.

  2. Ask a Proton recipient for the headers of a flagged message

    Have them forward the full headers, or the message source, and paste them into /tools/email-header-analyzer. The Authentication-Results line shows which of SPF, DKIM and DMARC failed and against which domain, which is the difference between a missing SPF include and a broken DKIM key.

  3. Sign with DKIM on your own domain and align it

    Publish the DKIM selector for every service that sends as your domain and confirm the d= tag is your From domain or a parent of it. Proton's own setup uses three CNAME records for automatic key rotation on its customers' domains, and it expects the same alignment from inbound mail. Verify the key at /tools/dkim.

  4. Add every sending platform to SPF

    List each service that sends as your domain and include each one in the SPF record, staying under the ten-lookup limit. Proton's guide notes that ~all produces a soft fail that receivers accept but mark, while -all causes rejection, and that SPF "often fails during email forwarding". Re-check at /tools/spf.

  5. Read your DMARC aggregate reports before tightening the policy

    If your domain is already at quarantine or reject, find the sender that fails alignment in the reports and fix it rather than relaxing the policy. Proton's guidance is to start at p=none, analyse the reports, then move to quarantine and finally reject once legitimate mail passes.

  6. Ask the recipient to check their Proton lists

    Have them open Settings > All settings > Proton Mail > Filters > Spam, block, and allow lists and confirm your address or domain is not on the Spam or Block list. Adding you to Allow makes the mail bypass spam filtering and arrive in the inbox.

  7. Send a plain, well-formed message as a control

    With authentication fixed, send a short plain-text message from the same domain to the same recipient. If it arrives clean, the earlier filing was content or reputation rather than authentication, and the fix is in the message and the domain's history rather than in DNS.

Related free tools: DKIM checker · SPF checker · Email header analyzer · Domain reputation

If you send in volume: Proton Mail's published rules

Proton publishes no bulk-sender programme, no complaint-rate ceiling, no volume threshold and no sender feedback loop for senders into Proton Mail. Its published guidance is the recipient-facing authentication warning and its own customers' SPF, DKIM and DMARC setup, which recommends a DMARC policy of p=quarantine and, once legitimate mail passes, p=reject. Treat the industry baseline as the Proton baseline: authenticate every sender, align the From domain, keep complaints low, and honour one-click unsubscribe. Checked 2026-09-15.

Check your standing with Proton Mail

Bounce codes you may be seeing

Blocks in this cluster surface as specific SMTP codes. Match yours below; the linked guides cover each code's verbatim provider messages and full fix.

The real root cause: unenforced authentication

Proton does something most providers do not: it shows the reader your authentication failure, in red, with instructions not to trust you. Everywhere else the same failure is silent, a spam-folder filing or a reputation score you never see. So a Proton complaint is a gift. It tells you, in the recipient's own inbox, that some service sending as your domain is not authenticating, or is signing with someone else's key, or is being forwarded in a way you never planned for. The fix is the same one that clears the silent version at every other provider: use DMARC aggregate reports to see every sender of your domain and which check each one fails, authenticate and align them one by one, then move the policy from p=none to p=reject so that mail which cannot prove it is yours is refused before it can be flagged, and the banner Proton shows is reserved for the forger it was built for.

DMARC software that does the work

Palisade's AI agent takes domains all the way to enforcement: hosted SPF, DKIM, DMARC, and MTA-STS records on paid plans, DMARC reports monitored continuously, and every policy step drafted for your approval on the way to p=reject. The Free plan covers one domain and up to 1,000 emails per month, and the agent names every problem it finds there; applying the agent's fixes needs a paid plan, and the full product is open for a 15-day trial.

Get startedBook a demo

1 domain free up to 1,000 emails/month

Fixing this across every client domain

Proton is increasingly common at law firms, clinics and other privacy-conscious clients, and its red banner turns a quiet authentication gap into a client-visible incident. Palisade makes the fix one workflow across every client domain: hosted and managed SPF, DKIM, DMARC, and MTA-STS records, aggregate reports read so each unauthenticated or misaligned sending service is named rather than guessed at, and a path to p=reject with your team approving every change. Native ConnectWise, HaloPSA, and Autotask integrations put it in your PSA, pricing is per client domain with rates that improve as the portfolio grows, and your own MSP domain is a free NFR domain to prove the process on first.

Questions readers ask

Frequently asked questions

What does "This email has failed its domain's authentication requirements" mean?

It is Proton Mail's warning that the sender's From domain failed the domain authentication check. Proton says this "could be an indication that the "From" field has been forged", but the same banner appears on legitimate mail whose SPF, DKIM or DMARC is misconfigured, or that was forwarded in a way that broke the checks.

Does Proton Mail reject mail that fails DMARC?

Proton's published guidance describes marking and warning rather than a fixed rejection rule. Its own DMARC guide explains that a `p=quarantine` policy asks receivers to mark failing mail as spam and `p=reject` asks them to reject it, so what Proton does with your failing mail depends heavily on the policy your domain publishes.

Why did my message to a Proton user vanish with no bounce?

The most likely cause is the recipient's Block list. Proton says blocked senders' emails "will be dropped and not delivered", and nothing is returned to you. Ask the recipient to open Filters, then the Spam, block, and allow lists page, and move you to Allow if you are there.

Does Proton Mail have a postmaster page or feedback loop?

Not a page. Proton publishes no postmaster site, no sender requirements document, no complaint-rate threshold and no sender feedback loop as of September 2026. Its anti-abuse post does name postmaster@proton.me for "any issues with mail delivery or spam", so a delivery complaint has an address even though it has no portal.

Why does forwarded mail from my domain get the Proton warning?

Proton's own text names "improperly forwarded" as one of the two reasons for the banner. Forwarding breaks SPF, and a forwarder that changes the message breaks DKIM too, so DMARC fails. An aligned DKIM signature that survives the forward is the check that keeps the banner off.

What DMARC policy does Proton recommend?

For its own customers' domains Proton recommends starting at `p=none` to gather reports, then `p=quarantine` to improve security, and `p=reject` once you are confident legitimate mail passes, especially for domains likely to be spoofed. Proton sets none by default because forwarding and mailing lists can break authentication.

How can a Proton user let my mail through?

They can add your address or domain to their Allow list. Proton says senders on the Allow list "will now bypass spam filtering and their emails will arrive in your inbox". That is a per-user fix; the authentication problem still needs solving for every other recipient.

Sources and last verified

Every Proton Mail fact on this page is drawn from that provider's own documentation, last checked 2026-09-15. Provider policies change; if a detail looks off, the linked source is authoritative.

Related guides

Email deliverability, fixed: the full guide