Skip to content

Commit 69760ac

Browse files
committed
[IMP] general: remove mailjet notifications setup
closes #11549 X-original-commit: a113cc4 Signed-off-by: Xavier Platteau (xpl) <[email protected]>
1 parent 2795bd6 commit 69760ac

File tree

1 file changed

+2
-30
lines changed

1 file changed

+2
-30
lines changed

content/applications/general/email_communication/mailjet_api.rst

+2-30
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ page. Next, navigate to the :guilabel:`Senders & Domains` section and click on :
1818
SEND API Settings`.
1919

2020
.. image:: mailjet_api/api-settings.png
21-
:align: center
2221
:alt: SMTP and Send API Settings link in the Senders & Domains section of Mailjet.
2322

2423
Then, copy the :abbr:`SMTP (Simple Mail Transfer Protocol)` configuration settings onto a notepad.
@@ -37,7 +36,6 @@ port number. The settings are needed to configure Mailjet in Odoo, which is cove
3736
databases.
3837

3938
.. image:: mailjet_api/smtp-config.png
40-
:align: center
4139
:alt: SMTP configuration from Mailjet.
4240

4341
Next, click on the button labeled :guilabel:`Retrieve your API credentials` to retrieve the Mailjet
@@ -57,7 +55,6 @@ email address or domain is approved to send emails using Mailjet's servers. Firs
5755
:guilabel:`Add a Sender Domain or Address` link under the :guilabel:`Senders & Domains` section.
5856

5957
.. image:: mailjet_api/add-domain-email.png
60-
:align: center
6158
:alt: Add a sender domain or address in the Mailjet interface.
6259

6360
Determine if a sender's email address or the entire domain needs to be added to the Mailjet
@@ -125,7 +122,6 @@ Copy the TXT record information to a notepad and then navigate to the domain's :
125122
Name System)` provider to complete validation.
126123

127124
.. image:: mailjet_api/host-value-dns.png
128-
:align: center
129125
:alt: The TXT record information to input on the domain's DNS.
130126

131127
Setup in the domain's DNS
@@ -151,7 +147,6 @@ Next, click :guilabel:`Check Now` to validate the TXT record that was added on t
151147
success screen will appear if the domain is configured correctly.
152148

153149
.. image:: mailjet_api/check-dns.png
154-
:align: center
155150
:alt: Check DNS record in Mailjet.
156151

157152
After successfully setting up the domain, there is an option to :guilabel:`Authenticate this domain
@@ -163,7 +158,6 @@ Identified Mail) records to input into the :abbr:`DNS (Domain Name System)` prov
163158
360042412734-Authenticating-Domains-with-SPF-DKIM>`_
164159

165160
.. image:: mailjet_api/authenticate.png
166-
:align: center
167161
:alt: Authenticate the domain with SPF/DKIM records in Mailjet.
168162

169163
.. _maintain/mailjet-api/odoo-setup:
@@ -187,30 +181,8 @@ settings can be found on :menuselection:`Mailjet --> Account Settings --> SMTP
187181
Settings`.
188182

189183
Then, if the Mailjet server is used for mass emailing, set the :guilabel:`Priority` value higher
190-
than that of any transactional email server(s). Finally, save the settings and :guilabel:`Test the Connection`.
184+
than that of any transactional email server(s). Finally, save the settings and :guilabel:`Test the
185+
Connection`.
191186

192187
.. image:: mailjet_api/server-settings.png
193-
:align: center
194188
:alt: Odoo outgoing email server settings.
195-
196-
.. important::
197-
In order for the notifications feature to work using Mailjet, there are three settings that need
198-
to be set in Odoo.
199-
200-
#. The :guilabel:`From Filter` needs to be set on the server configuration. It is recommended
201-
to set it as a domain and not a full email address. It should match the domain in the two
202-
proceeding steps. For more information, check out the :ref:`FROM filtering documentation
203-
<email-outbound-different-servers-personalized-from-filtering>`.
204-
#. The :guilabel:`mail.default.from` system parameter must have the value
205-
`notifications\@yourdomain.com`.
206-
#. The :guilabel:`mail.default.from_filter` system parameter must have the value
207-
`yourdomain.com`. Replace `yourdomain` with the custom domain for the Odoo database. If there
208-
isn't one, then use the :guilabel:`mail.catchall.domain` system parameter.
209-
210-
For more information, check out the :ref:`"Using a unique email address" documentation
211-
<email-outbound-unique-address>`.
212-
213-
The :guilabel:`System Parameters` can be accessed by activating the :ref:`developer-mode`.
214-
215-
Once the setup is complete, the Odoo database is ready to use the Mailjet email server for mass
216-
mailing or transactional emails.

0 commit comments

Comments
 (0)