[Email] add Google Workspace MX conflict guidance to troubleshooting - #33286
[Email] add Google Workspace MX conflict guidance to troubleshooting#33286ngayerie wants to merge 13 commits into
Conversation
Review
👉 Fix in your agent 👈Fix the following review findings in PR #33286 (https://github.com/cloudflare/cloudflare-docs/pull/33286).
Before making changes, review each finding and present a brief summary table:
- For each finding, state whether you agree, disagree, or need clarification
- If you disagree (e.g. the fix requires disproportionate effort for minimal benefit,
or the finding is factually incorrect), explain why
- If you need clarification before deciding, ask those questions
- Then share your plan for which issues to tackle and in what order
After triaging, follow this order:
1. Post a comment on this PR for any findings you are skipping, with the finding ID and your reasoning.
2. Then commit the fixes for the legitimate findings.
The comment must come before the commit — the bot reads PR comments when a new
push triggers a review, so skip comments posted after the push will be missed.
---
## Code Review
### Warnings (1)
#### CR-30af796f235e · Broken internal link
- **File:** `src/content/docs/email-service/reference/troubleshooting.mdx` line 225
- **Issue:** The link to `/dns/manage-dns-records/how-to/set-up-google-workspace/` points to a page that does not exist in the repository: repo search shows no `set-up-google-workspace.mdx` anywhere, and the `dns/manage-dns-records/how-to/` directory contains only `email-records`, `create-dns-records`, `create-zone-apex`, `create-subdomain`, `batch-record-changes`, `import-and-export`, `round-robin-dns`, `subdomains-outside-cloudflare`, and `managing-dynamic-ip-addresses`. The link will 404 for readers.
- **Fix:** Point the link at an existing page that documents the record values, such as `/dns/manage-dns-records/how-to/email-records/` (Set up email records), or add the referenced `set-up-google-workspace` page as part of this PR.
Code ReviewThis code review is in beta and may not always be helpful — use your judgment. Warnings (1)
ConventionsNo convention issues found. Style Guide ReviewNo style-guide issues found. CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
|
Preview URL: https://86590ade.preview.developers.cloudflare.com Files with changes (up to 15)
|
|
[AI] Addressing SG-cf2912634141: replacing |
ceea266 to
1b7eed7
Compare
|
[AI] Triage for PR #33286:
|
|
[AI] Triage for PR #33286 (round 2):
|
|
[AI] Triage for PR #33286 (round 3):
|
|
[AI] Triage PR #33286 (round 4):
|
|
[AI] Triage PR #33286 (round 5):
|
…cord behavior DEE-3619
|
[AI] Triage PR #33286 (round 6):
|
… behavior DEE-3619
|
[AI] Triage PR #33286 (round 7):
|
|
[AI] Triage PR #33286 (round 8):
|
|
[AI] Triage PR #33286 (round 9):
|
|
[AI] Triage PR #33286 (round 10):
|
…SPF survives DEE-3619
|
[AI] Triage PR #33286 (round 11):
Rewriting the procedure as the simplest correct version: (1) add Google MX records, (2) turn off Email Routing (removes all CF routing records cleanly), (3) add a new Google-only SPF. No unlock, no dual-SPF, no ambiguity. |
|
[AI] Skipping CR-30af796f235e — the link to |
|
Hi @thomasgauvin |
Add a section to the Email Service troubleshooting page explaining that Cloudflare Email Routing and Google Workspace MX records cannot coexist on the same domain, with steps to switch between them and a subdomain workaround.
DEE-3619