How far apart should cold email follow-ups be for a small sender?
Spacing should give a real person time to respond and the system time to process state; there is no protocol-defined universal cadence.
Read field note →Filter by the layer you are operating. Every article is scoped to one question and links back to primary technical sources.
Spacing should give a real person time to respond and the system time to process state; there is no protocol-defined universal cadence.
Read field note →A sequence should have an explicit maximum touch count and stop conditions; indefinite follow-up converts uncertainty into repeated unwanted mail.
Read field note →The safest follow-up is the one never sent after a recipient has already replied.
Read field note →Threading preserves context when headers and provider behavior support it, but your system should not fake relationships it cannot reliably reconstruct.
Read field note →Scheduling should store the recipient or campaign timezone assumption explicitly and compute the next eligible business window at execution time.
Read field note →Out-of-office messages are replies for state handling but not necessarily human interest; classify them separately from positive, negative and neutral responses.
Read field note →SMTP defines 4xx as temporary but does not give one universal cold-outreach retry duration. The transport queue and the business workflow need separate expiration rules.
Read field note →Publishing List-Unsubscribe and List-Unsubscribe-Post is not enough for RFC 8058 one-click behavior. The message needs a valid DKIM signature that covers those headers.
Read field note →If multiple mailboxes can contact the same lead, a per-mailbox unsubscribe flag is too narrow. The sending scheduler needs a shared suppression decision before any future queue run.
Read field note →People reply from delegated accounts, aliases, assistants, or another mailbox. A detector that requires the inbound From address to equal the original lead can miss a real conversation.
Read field note →Polling for replies and dequeuing follow-ups are concurrent processes. Without a final state check, a perfectly detected reply can still lose a race to a job that was already claimed.
Read field note →RFC 3834 recommends Auto-Submitted markers on automatic responses and says automatic responders should not blindly answer messages that are themselves automatically submitted.
Read field note →RFC 8058 defines the one-click POST shape. The application behind the URL still needs safe repeat handling because receivers, users, or retries can submit the same opt-out more than once.
Read field note →