Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IMP] Email: update mailjet parameter note #11437

Open
wants to merge 1 commit into
base: 16.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions content/applications/general/email_communication/mailjet_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,18 +195,26 @@ Connection`.
:alt: Odoo outgoing email server settings.

.. important::
In order for the notifications feature to work using Mailjet, there are three settings that need
to be set in Odoo.
For the notifications feature to work using Mailjet, with a custom domain, the following settings
need to be configured:

#. The :guilabel:`From Filter` needs to be set on the server configuration. It is recommended
to set it as a domain and not a full email address. It should match the domain in the two
#. The :guilabel:`From Filter` needs to be set on the server configuration. It is recommended to
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
<email_communication/from_filter>`.
#. The :guilabel:`mail.default.from` system parameter must have the value
`notifications\@yourdomain.com`.
#. 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
isn't one, then use the :guilabel:`mail.catchall.domain` system parameter.
`yourdomain.com`. Replace `yourdomain` with the custom domain.

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>`.

Expand Down