Two places limits can live
When you set a daily send limit in a cold email sequencer like Smartlead or Instantly, that limit is enforced by the tool. The tool counts emails sent in its own database and stops scheduling more when the cap is hit. TenantCore enforces limits differently. Limits are applied as Exchange Online transport rules policies that run inside Microsoft’s mail infrastructure, before a message is accepted for delivery.How Exchange transport rules work
When a mailbox attempts to send a message, Exchange evaluates the message against a set of transport rules before processing it. TenantCore writes a rule for each mailbox that:- Tracks the count of messages sent from that mailbox in a rolling 24-hour window
- Blocks delivery if the count exceeds the configured limit
- Returns a non-delivery report (NDR) to the sender
Why this matters
Tool-level limits are enforced by software you control. Infrastructure-level limits are enforced by Microsoft.| Tool-level limit | Exchange-level limit | |
|---|---|---|
| Enforced by | Your sequencer | Microsoft Exchange |
| Bypassed by misconfiguration | Yes | No |
| Survives tool switching | No | Yes |
| Visible to Microsoft | No | Yes |