How to Exchange online smtp relay
Published November 1, 2024 · Updated August 20, 2026 · SMTP & Deliverability
Exchange Online — the email backbone of Microsoft 365 — can relay mail from your apps, printers, and internal systems. But the method you choose, and the limits you inherit, make a big difference. Here is how Exchange Online SMTP relay works, how to set it up, and the point where a dedicated SMTP server becomes the smarter route.
Your options for relaying through Exchange Online
| Method | Sends to external? | Notes |
|---|---|---|
| SMTP AUTH submission | Yes | Sends as a licensed mailbox |
| Direct send | Your domain only | No auth, internal use |
| Connector relay | Yes | Needs a static public IP |
How to set up SMTP AUTH relay
- Confirm the mailbox has SMTP AUTH enabled (off by default on new tenants).
- Use
smtp.office365.com, port 587, STARTTLS. - Sign in with the mailbox address and password (or an app password if MFA is on).
- Send a test to an external address and confirm delivery.
Method comparison in more depth
SMTP AUTH is the right default for a single app sending as one mailbox. Direct send fits only internal automated notices that never leave your organisation. The connector relay is the one built for devices — printers, scanners, line-of-business systems — that need to relay externally under a shared, IP-authorised path rather than individual mailbox logins.
What actually triggers Exchange Online throttling
Beyond the raw recipient count, Microsoft's anti-abuse systems watch for sending patterns that resemble spam — a sudden spike from a previously quiet mailbox, a high proportion of messages to addresses that do not exist, or many identical messages sent in a short window. A gradual, consistent sending pattern avoids tripping these protections even under the daily cap.
A quick way to check your current limit usage
The Exchange admin center's reporting section shows recent mail flow and any throttling events for your tenant — useful for confirming whether you are actually approaching the recipient-rate ceiling before assuming that is the cause of a delivery issue.
Route bulk sends through a dedicated SMTP
Dedicated IP, unlimited volume, and automatic SPF/DKIM/DMARC — the throughput Exchange Online isn't built for. From $39.99/mo.
Frequently asked questions
What is the Exchange Online SMTP server?
smtp.office365.com on port 587 with STARTTLS, used for authenticated client submission from apps and devices.
Can I send marketing emails through Exchange Online?
It is not recommended — daily recipient limits and business-mail design make it a poor fit. Use a dedicated SMTP server for marketing volume.
Why is my Exchange SMTP relay being throttled?
You are likely brushing the recipient-rate limit or triggering anti-abuse protections. Move high-volume sending to a dedicated SMTP with its own IP.