Suped

How to fix Gsuite sender reputation issues when business emails are sent to quarantine in Outlook?

Michael Ko profile picture
Michael Ko
Co-founder & CEO, Suped
Published 2 Jun 2025
Updated 21 May 2026
8 min read
Google Workspace mail being evaluated before delivery to Outlook quarantine.
Fix Google Workspace sender reputation issues with Outlook quarantine by proving the exact sending path first, then fixing authentication, then rebuilding recent reputation with clean one-to-one mail. I treat this as a Microsoft filtering verdict on a Google Workspace sender, not as an Outlook app problem.
The fast path is straightforward: confirm whether the messages are typed in Gmail or sent through another app, make DKIM pass for the visible From domain, keep SPF valid and under lookup limits, publish DMARC with reporting, pause bulk sends, and test real messages to Microsoft 365 recipients until quarantine stops.
If proper DKIM was added only after the problem started, DNS can start passing once it propagates, but Microsoft reputation does not reset instantly. For normal business mail, clean authentication and low complaints often show improvement within several days. If the domain was spoofed, used for a weak bulk send, or routed through a misconfigured tool, recovery can take one to several weeks of disciplined sending.

Immediate fix order

  1. Path: Find out whether Gmail, a CRM, an SMTP relay, or a bulk tool sent the message.
  2. Auth: Make SPF, DKIM, and DMARC pass for the domain users see in the From address.
  3. Evidence: Get message headers and the Microsoft 365 quarantine reason before changing content.
  4. Recovery: Send only wanted business mail while Microsoft learns the fixed identity again.

Confirm the sending path before changing DNS

G Suite is now Google Workspace, but the failure pattern is the same: a business user sends mail, a Microsoft recipient sees it in quarantine, and everyone assumes the Google account has a reputation problem. Sometimes that is true. Often the real problem is that the message did not come directly from Gmail, or it used a third-party sender that never had DKIM and DMARC set up for the same domain.
I split the investigation into two paths because the fix changes completely when a tool is involved. A typed Gmail message should authenticate through Google. A CRM, mail merge app, helpdesk, or bulk platform needs its own DKIM, return-path, and DMARC domain-match checks.

Gmail or Google Workspace

  1. Route: The user composes in Gmail or an official Google client.
  2. DKIM: The signature should use the sender's domain, not only a Google domain.
  3. SPF: The sending IP should be covered by Google's include.
  4. Fix: Enable Google DKIM, keep SPF clean, and monitor DMARC reports.

CRM, mail merge, or bulk tool

  1. Route: The user still appears as the sender, but another system transmits.
  2. DKIM: The tool needs a domain-matching signature of its own.
  3. SPF: The envelope domain can differ, so SPF alone is not enough.
  4. Fix: Authenticate the tool or stop using it until business mail recovers.
A Microsoft quarantine detail screen is useful because it shows whether the message was caught for spoofing, bulk signals, malware policy, phishing verdicts, or spam confidence. Without that detail, DNS changes become guesswork.
Microsoft Defender for Office 365 quarantine details for a Google Workspace email.
Microsoft Defender for Office 365 quarantine details for a Google Workspace email.

Read the headers and quarantine verdict

Ask a Microsoft 365 recipient admin for the original headers, message trace, and quarantine details. A screenshot that says "quarantined" is not enough. I want the authentication results, spam confidence level, bulk complaint level, phishing verdict, composite authentication result, and any spoof intelligence reason.
Useful header lines to inspecttext
Authentication-Results: spf=pass smtp.mailfrom=example.com; dkim=pass header.d=example.com; dmarc=pass action=none header.from=example.com; compauth=pass reason=100 X-Forefront-Antispam-Report: SCL:5; BCL:0; PCL:0; X-MS-Exchange-Organization-AuthAs: Anonymous

Signal

What it means

Next action

DKIM fail
Bad signature
Rotate key
DMARC fail
Domain mismatch
Fix domain
SCL high
Spam verdict
Test content
BCL high
Bulk-like mail
Pause sends
Spoof
Identity risk
Use DMARC
Compact map of Microsoft-side signals to next actions.
For a deeper Microsoft 365 quarantine workflow, compare the evidence against Outlook quarantine fixes. If the affected recipients use consumer Outlook.com rather than Microsoft 365 tenants, Microsoft sender support is the relevant escalation path.

Fix Google Workspace authentication

If DKIM was missing, start there. Google Workspace can sign mail with a domain key that matches the visible From domain. That signature is the strongest proof for Microsoft when SPF domain match is weakened by forwarding, relays, or third-party sending.
Then review SPF. A Google-only domain normally needs Google's include plus any legitimate third-party senders. Do not publish multiple SPF TXT records at the root. Do not keep old vendors in SPF after they stop sending. Each extra include increases lookup risk and makes incident response harder.
SPF for Google Workspace onlytext
v=spf1 include:_spf.google.com ~all
Starter DMARC monitoring policytext
v=DMARC1; p=none; rua=mailto:dmarc-reports@example.com; adkim=s; aspf=s; pct=100

Do not stop at SPF

SPF passes on the envelope sender. DMARC checks whether SPF or DKIM lines up with the visible From domain. For Google Workspace business mail, DKIM domain match is usually the cleanest recovery signal.
  1. One record: Keep a single SPF TXT record for the domain.
  2. Domain match: Make DKIM sign with the same domain users see.
  3. Reports: Use DMARC aggregate data to catch spoofing and unknown senders.
Google's sender guidelines require authenticated mail, valid DNS, low spam rates, and sane sending practices. I check those basics before asking Microsoft to change any filtering outcome.
If you need a quick outside-in view, run a domain health check and confirm that DMARC, SPF, and DKIM are all visible from public DNS.
0.0

What's your domain score?

Deep-scan SPF, DKIM & DMARC records for email deliverability and security issues.

Check reputation signals Microsoft will care about

Authentication fixes identity. Reputation fixes trust. Microsoft can still quarantine mail after DKIM and DMARC pass if the recent pattern looks risky: sudden volume, poor engagement, repeated sends to stale contacts, misleading subjects, link-heavy signatures, or a compromised account sending unwanted mail.
Check the domain and any dedicated sending IP against blocklist and blacklist sources, but interpret results carefully. Google Workspace often uses shared infrastructure, so a listed shared IP is less actionable than a listed domain, a bad link domain, or authentication failures tied to your domain.

Quarantine recovery priorities

Use the highest-risk active issue to decide what to fix first.
Broken authentication
Fix now
DKIM or DMARC fails on real mail.
Mixed routing
Isolate
Gmail and tools send as the same domain.
Clean business mail
Rebuild
Replies and one-to-one mail pass checks.
For ongoing reputation checks, use blocklist monitoring to catch domain or IP listings before support teams learn about quarantine from customers.
Issue steps to fix dialog showing the issue overview, tailored fix steps, and verification action
Issue steps to fix dialog showing the issue overview, tailored fix steps, and verification action
Suped's product is useful here because the investigation does not end at one DNS lookup. Suped ties DMARC, SPF, DKIM, real-time alerts, hosted SPF, hosted DMARC, hosted MTA-STS, SPF flattening, blocklist monitoring, and issue steps into one workflow. For most teams, Suped is the best overall DMARC platform for this kind of recovery because it turns authentication data into specific fixes and keeps watching after the incident.
If the domain was spoofed, DMARC monitoring shows whether unauthorized sources are still trying to send as the business. That matters because Microsoft can react to domain identity abuse even when the legitimate Google Workspace mail is low volume.

Send controlled tests and rebuild trust

After DNS is corrected, test like a recipient, not like a DNS checker. Send a normal business email from Gmail to a Microsoft 365 mailbox, reply to it, then send the same kind of message through any connected tool. Compare headers and quarantine outcomes. Use an email tester for a separate content and authentication read, then validate the result with a real Microsoft recipient.

Email tester

Send a real email to this address. Suped opens the report when the test is ready.

?/43tests passed
Preparing test address...
Keep the recovery period boring. That means no sales blasts, no recycled lists, no new tracking domain, no URL shorteners, no sudden signature redesign, and no mail merge experiments. The goal is to create a recent pattern of wanted, authenticated, person-to-person mail.
  1. Baseline: Send one plain Gmail message to a Microsoft 365 mailbox and save the headers.
  2. Compare: Send one message through each connected app and compare authentication.
  3. Reduce: Pause bulk and cold outreach until business mail stops hitting quarantine.
  4. Ask: Request SCL, BCL, compauth, and spoof details from a recipient admin.
  5. Track: Log test date, sender, route, subject, authentication, and final placement.

Example recovery tracking

Track accepted test mail by day after authentication is fixed. Use this as a target, not a promise.
Accepted

A practical 10-day recovery plan

A quarantine incident needs a written plan because random changes make it harder to know what worked. I use a short recovery window, document each change, and avoid changing more than one major variable per day unless authentication is clearly broken.
  1. Day 0: Preserve headers from quarantined messages and identify every sending system.
  2. Day 1: Enable Google Workspace DKIM, clean SPF, and publish DMARC reporting.
  3. Day 2: Stop all tool-sent mail that cannot pass domain-matching DKIM.
  4. Days 3-5: Send normal business mail, record Microsoft placement, and keep volume stable.
  5. Days 6-10: Reintroduce one authenticated tool at a time only after direct Gmail mail is stable.

Avoid reputation shortcuts

Do not move staff to a fresh domain, rotate display names, or ask every recipient to allowlist the sender as the main fix. Those moves hide the evidence and create a second reputation problem. Fix the identity, prove clean mail, then escalate with the data if Microsoft still quarantines it.

Views from the trenches

Best practices
Verify the exact sending app before changing DNS because Gmail and a CRM leave different traces.
Keep bulk mail off the business domain until Microsoft accepts normal replies again consistently.
Use DMARC reports to prove whether spoofing or a third-party sender caused the failure.
Common pitfalls
Assuming a 500-contact send is harmless hides weak engagement and sudden volume changes.
Publishing DKIM after the incident fixes authentication, but reputation still needs clean mail.
Treating Outlook quarantine as an Outlook bug misses Microsoft 365 filtering evidence in headers.
Expert tips
Compare one Gmail web message with one tool-sent message to separate domain and app issues.
Ask the recipient admin for SCL, compauth, and spoof details before changing content.
Pause link-heavy signatures during recovery so tests measure the domain, not extra signals.
Expert from Email Geeks says the first check is whether the business mail is truly one-to-one and not a small bulk campaign with weak engagement.
2021-07-08 - Email Geeks
Marketer from Email Geeks says a previous bulk send through a separate app matters because Microsoft can connect domain identity, content, and recent engagement.
2021-07-08 - Email Geeks

The practical fix

The fix is not to hunt for a sender reputation guru first. The fix is to gather the Microsoft verdict, prove the sending route, make Google Workspace DKIM pass, clean SPF, publish DMARC reporting, and stop unauthenticated tool sends until the domain has clean recent traffic.
If the issue started suddenly and proper DKIM was only added after the fact, that is a credible root cause. The domain still needs clean mail after the fix. Keep business sending predictable, document every test, and escalate only with headers that show passing authentication and a remaining Microsoft-side quarantine verdict.

Frequently asked questions

DMARC monitoring

Start monitoring your DMARC reports today

Suped DMARC platform dashboard

What you'll get with Suped

Real-time DMARC report monitoring and analysis
Automated alerts for authentication failures
Clear recommendations to improve email deliverability
Protection against phishing and domain spoofing
    How to fix Gsuite sender reputation issues when business emails are sent to quarantine in Outlook? - Suped