@@ -18,7 +18,6 @@ page. Next, navigate to the :guilabel:`Senders & Domains` section and click on :
18
18
SEND API Settings `.
19
19
20
20
.. image :: mailjet_api/api-settings.png
21
- :align: center
22
21
:alt: SMTP and Send API Settings link in the Senders & Domains section of Mailjet.
23
22
24
23
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
37
36
databases.
38
37
39
38
.. image :: mailjet_api/smtp-config.png
40
- :align: center
41
39
:alt: SMTP configuration from Mailjet.
42
40
43
41
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
57
55
:guilabel: `Add a Sender Domain or Address ` link under the :guilabel: `Senders & Domains ` section.
58
56
59
57
.. image :: mailjet_api/add-domain-email.png
60
- :align: center
61
58
:alt: Add a sender domain or address in the Mailjet interface.
62
59
63
60
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 :
125
122
Name System ) ` provider to complete validation.
126
123
127
124
.. image :: mailjet_api/host-value-dns.png
128
- :align: center
129
125
:alt: The TXT record information to input on the domain's DNS.
130
126
131
127
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
151
147
success screen will appear if the domain is configured correctly.
152
148
153
149
.. image :: mailjet_api/check-dns.png
154
- :align: center
155
150
:alt: Check DNS record in Mailjet.
156
151
157
152
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
163
158
360042412734-Authenticating-Domains-with-SPF-DKIM> `_
164
159
165
160
.. image :: mailjet_api/authenticate.png
166
- :align: center
167
161
:alt: Authenticate the domain with SPF/DKIM records in Mailjet.
168
162
169
163
.. _maintain/mailjet-api/odoo-setup :
@@ -187,30 +181,8 @@ settings can be found on :menuselection:`Mailjet --> Account Settings --> SMTP
187
181
Settings `.
188
182
189
183
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 `.
191
186
192
187
.. image :: mailjet_api/server-settings.png
193
- :align: center
194
188
: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