@@ -17,9 +17,15 @@ 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
- .. important ::
21
- Only **one ** subdomain can be used as a mailing server in Odoo. Subdomains for additional
22
- companies require an external email server with a custom domain.
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.
23
29
24
30
.. image :: email_servers_outbound/diagram-inbound-mailing-method.png
25
31
:alt: Odoo’s default outbound messages configuration.
@@ -213,6 +219,9 @@ When an email is sent from Odoo, the following sequence is used to choose the ou
213
219
higher the priority is). Failing to do so, the first server is determined by the servers' names,
214
220
using alphabetical order.
215
221
222
+ - If there is no mail server, Odoo relies on the :ref: `system parameter
223
+ <email-outbound-default-from-filtering>` value.
224
+
216
225
It is also possible to use Odoo's mail server for transactional emails in addition to mass mailings.
217
226
218
227
.. _email-outbound-different-servers-external-odoo :
@@ -333,7 +342,7 @@ Using a unique email address for all outgoing emails
333
342
334
343
To force the email address from which emails are sent, activate the :ref: `developer-mode `, and go to
335
344
:menuselection: `Settings --> Technical --> Email: Alias Domains `. On the :guilabel: `Default From
336
- Alias `, use the the local-part or a complete email address as the value.
345
+ Alias `, use the local-part or a complete email address as the value.
337
346
338
347
.. warning ::
339
348
If a **complete address ** is used as the :guilabel: `Default From Alias ` value, **all ** outgoing
0 commit comments