@@ -17,6 +17,16 @@ emails. The deliverability is optimized for this subdomain as it uses Odoo’s D
17
17
If the database subdomain is `company-name.odoo.com ` and all mailing configurations are the
18
18
default ones, all emails will be sent from `notifications@company-name.odoo.com `.
19
19
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
+
20
30
.. image :: email_servers_outbound/diagram-inbound-mailing-method.png
21
31
:alt: Odoo’s default outbound messages configuration.
22
32
@@ -205,6 +215,9 @@ When an email is sent from Odoo, the following sequence is used to choose the ou
205
215
higher the priority is). Failing to do so, the first server is determined by the servers' names,
206
216
using alphabetical order.
207
217
218
+ - If there is no mail server, Odoo relies on the :ref: `system parameter
219
+ <email-outbound-default-from-filtering>` value.
220
+
208
221
It is also possible to use Odoo's mail server for transactional emails in addition to mass mailings.
209
222
210
223
.. _email-outbound-different-servers-external-odoo :
@@ -325,7 +338,7 @@ Using a unique email address for all outgoing emails
325
338
326
339
To force the email address from which emails are sent, activate the :ref: `developer-mode `, and go to
327
340
: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.
329
342
330
343
.. warning ::
331
344
If a **complete address ** is used as the :guilabel: `Default From Alias ` value, **all ** outgoing
0 commit comments