odoo/documentation#19217

Created by fw-bot

Blocked

label
odoo-dev:18.0-17.0-update-subdomain-mailing-jupe-531561-fw
head
c241d0951f6c5beb3b8933101acc635643774dea
odoo/documentation
17.0 #18187
18.0 #19217 missing r+
saas-18.3 #19218 missing r+
saas-18.4 #19219 missing r+
19.0 #19220 missing r+
saas-19.1
saas-19.2
saas-19.3
saas-19.4
master

[FIX] mail: move subdomain DNS setup from website to inbound mail doc

The inbound mail documentation referred to the subdomain-based method
as "MX record", which was too narrow and confusing. Both CNAME and MX
records are valid options, but CNAME is simpler to set up as it inherits
SPF and other DNS records from the target domain, avoiding extra
configuration for outbound mail authentication.

The setup instructions were also scattered across the website/domain_names
documentation, which is not where users configuring inbound mail would
naturally look.

In email_servers_inbound.rst, the section is renamed to "DNS records"
and consolidated with step-by-step instructions for both Odoo Online
and Odoo.sh, recommending CNAME while keeping MX as a noted alternative.
All cross-references in email_communication.rst, email_servers_outbound.rst,
and domain_names.rst are updated accordingly.

task-6191004

Forward-Port-Of: #18187