diff --git a/discuss/email_servers.rst b/discuss/email_servers.rst index e333d285e..d724ad06e 100644 --- a/discuss/email_servers.rst +++ b/discuss/email_servers.rst @@ -45,6 +45,8 @@ To do so you need to enable a SMTP relay and to allow *Any addresses* in the *Allowed senders* section. The configuration steps are explained in `Google documentation `__. +.. _discuss-email_servers-spf-compliant: + Be SPF-compliant ---------------- In case you use SPF (Sender Policy Framework) to increase the deliverability diff --git a/odoo_sh/getting_started/settings.rst b/odoo_sh/getting_started/settings.rst index a9f95564f..43d5464df 100644 --- a/odoo_sh/getting_started/settings.rst +++ b/odoo_sh/getting_started/settings.rst @@ -156,6 +156,16 @@ You can use a third-party CDN such as *Cloudflare.com* to enable the *HTTPS* sup .. _odoosh-gettingstarted-settings-submodules: +SPF and DKIM compliance +----------------------- +In case the domain of your users email address uses SPF (Sender Policy Framework) or DKIM (DomainKeys Identified Mail) +to increase the deliverability of your outgoing emails, +don't forget to authorize Odoo as a sending host in your domain name settings. +The configuration steps are explained in the :ref:`Discuss app documentation `. + +.. Warning:: + Forgetting to configure your SPF or DKIM to authorize Odoo as a sending host can lead to the delivery of your emails as spam in your contacts inbox. + Submodules ==========