8000 [ADD] mail: from filter ICP missing part · odoo/documentation@d2b2a10 · GitHub
[go: up one dir, main page]

Skip to content

Commit d2b2a10

Browse files
Abridbussamueljlieber
authored andcommitted
[ADD] mail: from filter ICP missing part
Functionals support noted that the from filter part without mail server was missing. But was present on ancient documentation: https://www.odoo.com/documentation/16.0/applications/general/email_communication/email_servers.html#use-a-default-from-email-address Let's re-add it to clarify. And adding the anchoring opw-4568395 closes #13134 Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
1 parent d2c2ee2 commit d2b2a10

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

content/applications/general/email_communication/email_servers_outbound.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@ emails. The deliverability is optimized for this subdomain as it uses Odoo’s D
1717
If the database subdomain is `company-name.odoo.com` and all mailing configurations are the
1818
default ones, all emails will be sent from `notifications@company-name.odoo.com`.
1919

20+
.. _email-outbound-default-from-filtering:
21+
22+
This configuration is handled by the system parameter `mail.default.from_filter`.
23+
In case where the sender's domain do not match the value of this parameter, the notification address
24+
is used instead. Multiple values can be defined in this system parameter: comma-separated, domains
25+
or full email addresses are all allowed. Once an :ref:`outgoing mail server is configured
26+
<email-outbound-different-servers-personalized>`, the system parameter is no longer considered
27+
and the value used is the :ref:`FROM filtering
28+
<email-outbound-different-servers-personalized-from-filtering>` of the mail server.
29+
2030
.. image:: email_servers_outbound/diagram-inbound-mailing-method.png
2131
:alt: Odoo’s default outbound messages configuration.
2232

@@ -205,6 +215,9 @@ When an email is sent from Odoo, the following sequence is used to choose the ou
205215
higher the priority is). Failing to do so, the first server is determined by the servers' names,
206216
using alphabetical order.
207217

218+
- If there is no mail server, Odoo relies on the :ref:`system parameter
219+
<email-outbound-default-from-filtering>` value.
220+
208221
It is also possible to use Odoo's mail server for transactional emails in addition to mass mailings.
209222

210223
.. _email-outbound-different-servers-external-odoo:
@@ -325,7 +338,7 @@ Using a unique email address for all outgoing emails
325338

326339
To force the email address from which emails are sent, activate the :ref:`developer-mode`, and go to
327340
:menuselection:`Settings --> Technical --> Email: Alias Domains`. On the :guilabel:`Default From
328-
Alias`, use the the local-part or a complete email address as the value.
341+
Alias`, use the local-part or a complete email address as the value.
329342

330343
.. warning::
331344
If a **complete address** is used as the :guilabel:`Default From Alias` value, **all** outgoing

0 commit comments

Comments
 (0)
0