Retention and data lifecycle

What happens to the sender address after first receipt?

After first receipt, the sender From address is part of stored message metadata until retention purge—Mailby does not keep it as a permanent public identity.

Opened envelope showing a sender stamp beside a purge clock and retention ledger on cream paper

After a temporary inbox receives its first message, the sender address lives in that message’s metadata (and related logs) until deletion/purge—not as a forever “contacts” identity you control. General mail systems store From/Return-Path to render the message and fight abuse. Mailby’s public retention pages describe plan clocks and purge behavior; treat those pages—not this article—as the source of truth for current windows. Temporary inboxes are the wrong place to archive sender relationships you must keep.

First-receipt context

“First receipt” means the first SMTP message accepted for your disposable address. Before that moment, no sender address about this conversation exists in the inbox. Afterward, several data items may appear:

  • Envelope sender / Return-Path
  • Header From
  • Reply-To
  • Authentication results (SPF/DKIM/DMARC)
  • Message body referencing emails

Readers often ask whether the service “saves senders like a CRM.” Receive-only temporary mail is built to minimize residue, not to build an address book.

Read first: /data-retention, /privacy, /security.

Generics vs Mailby public policy

General principles (any inbound MTA):

  • Accepting mail requires parsing headers
  • Abuse systems may retain IPs and envelope data short-term
  • Backups can outlive UI deletion briefly

Mailby-specific claims (only what public pages state):

  • Receive lease ≠ message retention (two clocks)
  • Free defaults are short (about one hour unless plan says otherwise)—confirm on /data-retention and /pricing
  • Deleting an inbox revokes access and schedules purge
  • Address tombstones prevent disposable address reuse without storing message content as a reusable mailbox
  • Encryption at rest + TLS in transit; not E2EE
  • No sale of message content; no model training on your mail (per privacy page)

We do not publish internal retention defaults beyond those pages, and we do not invent “zero logs” promises.

Data item table

Data itemCollected?Access periodDeletion triggerVerification method
From display addressYes, in messageMessage retention windowPurge / inbox deleteOpen message; check policy pages
Return-PathYes, typical SMTPWith message / logsPurge + log TTLRaw view if exposed
Message bodyYesPlan retentionPurgeUI empty after purge
AttachmentsYes if acceptedPlan retentionPurgeSame
Raw IP security logsOperationalShort (see retention page)Log TTLPolicy docs—not UI
Address tombstoneHMAC identifierWhile anti-reuse neededLifecycle policyAttempt recreate address
“Contacts” CRM of sendersNot a user featuren/an/aNo contacts UI

Field notes (2026-09-24)

Working path: Open Quick Inbox → receive one message → observe sender in preview → delete inbox / wait retention → message no longer accessible. Sender did not become a permanent directory entry.

Limitation: The sender’s system still has their sent-mail copy. Your purge cannot erase their outbox. Temporary mail cleans your residue, not the world’s.

Mechanism

SMTP delivers a blob of headers + body (RFC 5321, RFC 5322). Rendering requires the From field. Security features may store authentication results with the message. When retention ends, object storage and extracts are scheduled for removal per policy. Tombstones block address reincarnation so abandoned inboxes cannot be hijacked by newcomers.

Session authorization means possession of the address string alone should not read mail—see /how-it-works.

Worked example: newsletter sender after one sample

  1. Freelancer opens /inbox for a sample (related guide).
  2. First receipt shows From: digests@brand.example.
  3. They save the PDF locally.
  4. Inbox expires; UI no longer shows the sender.
  5. Brand still has the disposable address in their ESP until they bounce/prune—outside Mailby’s control.

If they needed ongoing communication with that sender, they chose the wrong tool on step 1.

When a durable mailbox is safer

  • Legal correspondence
  • Senders you must reply to (remember: Mailby does not send)
  • Warranties and bookings
  • Any relationship spanning beyond free retention

Use aliases or primary mail; see plus addressing for shopping.

Alternatives for inspecting sender metadata longer

NeedTool
Minutes–hour inspectionQuick Inbox
Longer disposable inspectionPrivacy Pro—/pricing
Permanent archiveYour mailbox / compliance archive
Automated tests/developers

How this differs from a retention hub

The hub lists retention classes. This page answers sender address after first receipt: it is message metadata subject to purge, not a contacts product—with a clear limit that sender-side copies remain.

Short answers

What causes confusion? Assuming temporary inboxes keep an address book of everyone who mailed you.

What should I do first? Read /data-retention and /privacy; then decide if the relationship outlives the clock.

When is a permanent address safer? Whenever you must find that sender again after days or weeks.

What evidence changes the recommendation? Paid plans with longer retention still are not archival CRM—export what you need.

Sources, test date, limitations

Limitations: Exact log TTLs can change; always re-read public policy pages. This article is not a legal contract.

Headers people confuse with “saved contacts”

  • From — display mailbox responsible for the author
  • Sender — may differ when sending on behalf of
  • Reply-To — where replies should go (irrelevant if your client cannot send)
  • Return-Path — bounce routing

Temporary UIs typically show From for humans. None of these fields create a Mailby-side address book entry. If a product UI offered “block sender,” that would be a separate feature with its own retention story—do not assume it exists unless documented.

Abuse and security logs

Public retention tables distinguish message bodies from raw IP security logs and operational logs. Sender addresses may appear in operational contexts when investigating abuse. Those logs follow shorter or different TTLs than your inbox UI. They are not a user-facing history of who emailed you. See /data-retention for published classes.

Exports and download windows

If a plan offers exports, understand that exporting freezes a copy under your control. After download windows close, do not expect the service to hold a second archive. Treat exports as your archival step when a sender address matters beyond purge.

Threat-model checklist

Ask:

  1. Do I need to contact this sender later? (If yes, durable mail; Mailby cannot send.)
  2. Do I need proof they emailed me? (Export/save now.)
  3. Am I trying to hide the sender from myself after purge? (Purge helps your residue; not theirs.)
  4. Am I conflating temporary mail with E2EE anonymous dropboxes? (Different product class.)

Honest answers prevent magical thinking about first-receipt metadata.

Relationship to privacy marketing claims

Be wary of third-party articles claiming “temp mail means senders cannot identify you.” The sender already knows the disposable address they mailed—and may have your IP from the signup web session. First-receipt storage is about your provider’s residue, not sender blindness. Prefer Mailby’s plain policy pages over hype.

Developers parsing From headers in tests

If you assert on sender addresses in automated tests, prefer exact fixtures you send yourself. Public newsletters change From display names often. Store expected senders in test config. When using Mailby Developer extracts, treat sender fields as observational—not as durable directory records across purged inboxes.

User education one-liner

A useful support phrase: “We show who sent each message while the message exists; we do not keep a separate contacts list after purge.” Pair it with links to /data-retention and /privacy.

Collaboration with security questionnaires

Enterprise buyers sometimes ask whether temporary mail providers retain sender addresses. Point them at /security, /privacy, and /data-retention. Answer precisely: metadata exists while messages exist; clocks and purge apply; no guaranteed anonymity; receive-only.

Comparing receive lease end vs message purge

After receive lease ends, new mail from the same sender may bounce even if old messages remain readable briefly. Users interpret bounces as “sender deleted me.” Actually your lease ended. Check clocks on /data-retention before drawing social conclusions about the sender.

What “first receipt” does not reset

Receiving a first message does not reset legal holds, abuse investigations, or tombstone state for the address. It also does not grant the sender any special access to your session. Authorization remains session-bound per /how-it-works. First receipt is a content event, not an ACL change.

Downstream systems that may copy From

Ticket systems, CRM ingest, and human support tools may copy paste sender addresses out of temporary inboxes into other systems. Once copied, Mailby purge cannot help. Train staff (and yourself) not to exfiltrate disposable conversations into immortal CRMs without intent.

Display-name spoofing vs address retention

First receipt stores whatever From the sender claimed (subject to authentication results). A friendly display name does not make the address trustworthy. Retention policy explains how long you can see it—not whether it is legitimate. Combine purge clocks with authentication literacy.

Multi-message threads in short windows

If several messages arrive before purge, each has its own From metadata. Temporary inboxes are poor thread archives. Export or save locally if the conversation matters. Privacy Pro may extend windows—still not a records-management system.

Reader takeaway box

Match the tool to the downside. Temporary receive-only mail excels at short verification and throwaway curiosity. Durable addresses and aliases excel at recovery, money, travel, and reputation. Product pages: /inbox, /pricing, /data-retention, /security, /developers, /how-it-works.

Autocomplete risks in other apps

If you copy a sender address from a temporary inbox into your personal mail client compose window, that client may autocomplete it forever—creating residue outside Mailby. Be intentional when promoting addresses into durable tools.

Research and journalism use cases

Reporters sometimes use temporary inboxes to receive tips. Understand that first receipt stores sender metadata for the retention window, and that determined adversaries may still correlate web sessions. For sensitive sources, temporary mail is incomplete protection—operational security goes far beyond From-header retention. Read /security and /privacy for product boundaries, then layer separate practices.

Decision one-liner

Sender addresses exist as message metadata until purge—not as a contacts app. Save what you need before the clock ends; use durable mail when the relationship must outlive /data-retention defaults.

Why this is not the full retention hub

The retention hub lists data classes and clocks. This page answers one anxious question: does first receipt create a lasting sender identity? No—only message metadata until purge, with sender-side copies out of scope.

Conclusion

First receipt materializes the sender address inside the message you just got. It stays only as long as retention and backups allow, then follows purge—not a lifelong contacts list. Read /data-retention and /privacy before you rely on any clock; use Quick Inbox when short-lived receiving is enough, and a durable mailbox when the sender relationship must outlive the purge.

Try it on Mailby

Open a receive-only disposable inbox when a short-lived address fits the job — session-bound, with timed purge.