[IMP] Email: update mailjet parameter note
closes odoo/documentation#11437 Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
This commit is contained in:
parent
5769e8f617
commit
92a90f60e8
@ -195,18 +195,26 @@ Connection`.
|
|||||||
:alt: Odoo outgoing email server settings.
|
:alt: Odoo outgoing email server settings.
|
||||||
|
|
||||||
.. important::
|
.. important::
|
||||||
In order for the notifications feature to work using Mailjet, there are three settings that need
|
For the notifications feature to work using Mailjet, with a custom domain, the following settings
|
||||||
to be set in Odoo.
|
need to be configured:
|
||||||
|
|
||||||
#. The :guilabel:`From Filter` needs to be set on the server configuration. It is recommended
|
#. The :guilabel:`From Filter` needs to be set on the server configuration. It is recommended to
|
||||||
to set it as a domain and not a full email address. It should match the domain in the two
|
set it as a domain and not a full email address. It should match the domain in the two
|
||||||
proceeding steps. More information can be referenced :ref:`here
|
proceeding steps. More information can be referenced :ref:`here
|
||||||
<email_communication/from_filter>`.
|
<email_communication/from_filter>`.
|
||||||
#. The :guilabel:`mail.default.from` system parameter must have the value
|
#. The :guilabel:`mail.default.from` system parameter must have the value
|
||||||
`notifications\@yourdomain.com`.
|
`notifications\@yourdomain.com`.
|
||||||
#. The :guilabel:`mail.default.from_filter` system parameter must have the value
|
#. The :guilabel:`mail.default.from_filter` system parameter must have the value
|
||||||
`yourdomain.com`. Replace `yourdomain` with the custom domain for the Odoo database. If there
|
`yourdomain.com`. Replace `yourdomain` with the custom domain.
|
||||||
isn't one, then use the :guilabel:`mail.catchall.domain` system parameter.
|
|
||||||
|
If utilizing a database domain, and **not** a custom domain, the following settings need to be
|
||||||
|
configured:
|
||||||
|
|
||||||
|
#. The :guilabel:`From Filter` needs to be set on the server configuration. It should match the
|
||||||
|
domain in the two proceeding steps.
|
||||||
|
#. The :guilabel:`mail.default.from` system parameter must have the value `notifications`.
|
||||||
|
#. The :guilabel:`mail.default.from_filter` system parameter must have the value
|
||||||
|
`yourdomain.odoo.com`.
|
||||||
|
|
||||||
For more information see :ref:`Using a default email address <email_communication/default>`.
|
For more information see :ref:`Using a default email address <email_communication/default>`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user