What’s the difference between the Return-Path and the From address?

The From address is what your recipient reads; the Return-Path is the hidden envelope address mail servers use behind the scenes - and the two are often different domains, which trips people up when SPF appears to pass for the wrong one:

  • The From address - the visible sender shown in the inbox, the one your recipient recognises and the one DMARC cares about aligning.
  • The Return-Path - the behind-the-scenes envelope address (also called the bounce address) where delivery failures are sent; it is what SPF actually checks.
  • Why they differ - newsletter and email platforms set their own Return-Path for bounce handling, so SPF passes for their domain, not yours.
  • Why it matters - without DMARC alignment, SPF passing for the platform’s Return-Path does nothing to authenticate your visible From domain.

SPF checks the Return-Path, recipients read the From address, and DMARC is what forces the two to agree.