The Return Path (also called the envelope sender, MAIL FROM, or bounce address) is the email address where delivery failure notifications (bounces) are sent. It is set in the SMTP envelope and is often different from the visible From address.
Return-Path in email headers:
Return-Path: <bounce@yoursendingdomain.com>
Why it matters for deliverability:
- SPF authentication checks the Return-Path domain, not the visible From address
- Your bounce processing system must monitor the Return-Path address to handle bounces
- Mismatches between Return-Path domain and From domain can cause DMARC alignment failures
Shared vs. custom Return-Path: Many ESPs use their own domain as the Return-Path by default. Using a custom Return-Path on your own domain improves authentication alignment and is recommended for high-volume senders.