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

Skip to content

Commit f3e211f

Browse files
committed
[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 #13204 X-original-commit: 030b37d Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
1 parent b9a1cfc commit f3e211f

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

content/applications/general/email_communication/email_servers_outbound.rst

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,15 @@ 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-
.. 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.
2329

2430
.. image:: email_servers_outbound/diagram-inbound-mailing-method.png
2531
: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
213219
higher the priority is). Failing to do so, the first server is determined by the servers' names,
214220
using alphabetical order.
215221

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

218227
.. _email-outbound-different-servers-external-odoo:
@@ -333,7 +342,7 @@ Using a unique email address for all outgoing emails
333342

334343
To force the email address from which emails are sent, activate the :ref:`developer-mode`, and go to
335344
: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.
337346

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

0 commit comments

Comments
 (0)
0