Old domain does not mean old mailbox
The domain’s existence and historical mail can provide context, but the new local part has no recent campaign behavior. More importantly, the act of adding a mailbox often comes with new automation, SMTP credentials, routing, signatures, and reply processing. Those are all failure surfaces independent of reputation. A gradual introduction gives you space to validate the new sender before the queue is large enough to make a bug expensive.
Prove bidirectional mailbox operation
Before campaign traffic, send a few controlled messages and reply to them from external accounts. Confirm the outbound message authenticates, replies land in the expected folder, IMAP or API access can read them, and the sequence state cancels correctly. Also test out-of-office and bounce classification if those flows are automated. Warmup that only counts outbound sends misses half of the system: a mailbox that cannot reliably ingest replies should not be scaled.
Start with a small per-mailbox allocation
Give the new address a small slice of the domain’s existing traffic envelope rather than copying the cap from another mailbox. This protects against both mailbox-specific configuration problems and accidental domain-wide doubling. If the old mailbox sends 25 and the new one begins at 5, consider reducing the old mailbox while the new identity proves itself. The numbers are illustrative; the principle is controlled reallocation before expansion.
Watch whether the mailbox changes the sender mix
A new sales address may use a different display name, signature, link set, or audience segment from existing employee mail. Those content and recipient differences can change outcomes even when the domain is mature. Keep the first batches comparable and avoid changing five variables at once. If deliverability drops, you want to know whether the new mailbox infrastructure caused it or the new list and message did.
Authentication must be checked per path
The domain’s DNS may already be correct, yet the new mailbox could route through a different provider or tenant setting. Inspect SPF, DKIM, and DMARC on a real message from the new address. Confirm the expected DKIM selector, signing domain, and Return-Path. A provider migration or alias configuration can cause the new mailbox to behave differently from older users on the same domain.
Pause on unexplained differences
If the new mailbox receives more temporary deferrals, produces more hard bounces, or fails to capture replies, do not keep ramping because the root domain has a good reputation. Compare its recipient mix and configuration with an established mailbox. The point of mailbox-level ramping is to surface differences early. Once the cause is fixed, resume from a known-good level rather than jumping to the cap originally planned.
A practical first-week pattern
For a small operator, the first week can be treated as a sequence of controlled batches rather than a rigid daily schedule. Start with single-digit verified messages, confirm replies and authentication, then add modest volume only when the previous batch is uneventful. If the domain already has other senders, include all of them in the total. The exact ceiling is not universal; your logs and receiver responses determine whether the mailbox is ready for more.
Record mailbox birth as an operational event
Store created_at, provider, SMTP route, DKIM selector, first_send_at, and first_successful_reply_at for the new mailbox. This helps future troubleshooting. If a provider begins throttling only new mailboxes, you can group by age; if a specific selector fails, you can see which addresses depend on it. Simple metadata turns “this mailbox is new” from tribal knowledge into a testable condition in your scheduler.
Baseline the mailbox before the first campaign batch
A long-lived domain can have strong legitimate mail history while a brand-new mailbox has never sent, received, or been used by your reply workflow. Before assigning campaign volume, verify mailbox basics that domain-level checks cannot prove: successful authenticated send, inbound reply delivery, IMAP visibility if automation depends on it, correct From display identity, correct Return-Path path, and stable DKIM signing. Send a handful of controlled messages and replies so you can distinguish account-configuration bugs from deliverability changes once real prospects are added.
Then allocate a small portion of the domain’s normal volume to the new mailbox and compare it with established accounts. Avoid publishing a magic “safe daily limit”; the meaningful reference is your own recent baseline, recipient mix, and provider feedback. If the new mailbox begins showing a disproportionate share of temporary deferrals, pause its growth and inspect the path rather than redistributing the same queued leads to another new account. Record the mailbox creation date, first authenticated send, first external accept, and each volume increase. That history becomes valuable weeks later when you need to explain whether a deliverability shift coincided with a mailbox launch or with an unrelated list/campaign change.
Compare the new mailbox against a stable control
Keep at least one established mailbox on a stable schedule while the new account ramps. Compare provider acceptance, temporary deferrals, recipient-quality failures, and reply processing between the two using similar lead quality. The control does not prove the new mailbox should behave identically, but it helps reveal account-path mistakes: if only the new mailbox loses DKIM alignment or fails to ingest replies, the domain’s general reputation is a weak explanation. A stable control is especially valuable for solo operators who otherwise change several mailboxes at once and lose the ability to identify which change mattered.
Field checklist
- Test sending and receiving before adding campaign volume.
- Inspect authentication on a real message from the new mailbox.
- Allocate a small share of domain volume first.
- Keep recipient list and message variables stable during the first tests.
- Pause increases when the new mailbox differs from established baseline.
- Store mailbox creation, routing and selector metadata.
Primary sources
Standards and provider policies can change. These links are the reference points used for this field note.
- Email sender guidelinesGoogle Gmail Help — Authentication, TLS, DNS, spam-rate and bulk-sender requirements.
- Gmail SMTP errors and codesGoogle Gmail Help — Temporary and permanent Gmail SMTP errors, including authentication and unusual-rate failures.
- RFC 6376 — DKIM SignaturesIETF / RFC Editor — DKIM signing and verification behavior.
- RFC 9989 — DMARCIETF / RFC Editor — Current DMARC base specification, published May 2026.