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.
If you switch sequencers, migrate campaigns, or run parallel tools against the same mailboxes, tool-level limits can be silently exceeded. Exchange limits cannot, they apply regardless of which tool is sending.