From 8416f441b1ee458c20f14fcd69c538b302e90893 Mon Sep 17 00:00:00 2001 From: xpl-odoo Date: Mon, 9 Dec 2024 12:04:44 +0100 Subject: [PATCH] [IMP] general: remove mailjet notifications setup --- .../email_communication/mailjet_api.rst | 35 ------------------- 1 file changed, 35 deletions(-) diff --git a/content/applications/general/email_communication/mailjet_api.rst b/content/applications/general/email_communication/mailjet_api.rst index 981598db2..e8fe8a8d1 100644 --- a/content/applications/general/email_communication/mailjet_api.rst +++ b/content/applications/general/email_communication/mailjet_api.rst @@ -18,7 +18,6 @@ page. Next, navigate to the :guilabel:`Senders & Domains` section and click on : SEND API Settings`. .. image:: mailjet_api/api-settings.png - :align: center :alt: SMTP and Send API Settings link in the Senders & Domains section of Mailjet. 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 `. .. image:: mailjet_api/smtp-config.png - :align: center :alt: SMTP configuration from Mailjet. Next, click on the button labeled :guilabel:`Retrieve your API credentials` to retrieve the Mailjet @@ -125,7 +123,6 @@ Copy the TXT record information to a notepad and then navigate to the domain's : Name System)` provider to complete validation. .. image:: mailjet_api/host-value-dns.png - :align: center :alt: The TXT record information to input on the domain's DNS. Setup in the domain's DNS @@ -163,7 +160,6 @@ Identified Mail) records to input into the :abbr:`DNS (Domain Name System)` prov 360042412734-Authenticating-Domains-with-SPF-DKIM>`_ .. image:: mailjet_api/authenticate.png - :align: center :alt: Authenticate the domain with SPF/DKIM records in Mailjet. .. _maintain/mailjet-api/odoo-setup: @@ -191,35 +187,4 @@ than that of any transactional email server(s). Finally, save the settings and : Connection`. .. image:: mailjet_api/server-settings.png - :align: center :alt: Odoo outgoing email server settings. - -.. important:: - 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 - proceeding steps. More information can be referenced :ref:`here - `. - #. 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. - - 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 `. - - The :guilabel:`System Parameters` can be accessed by activating the :ref:`developer mode - `. - -Once the setup is complete, the Odoo database is ready to use the Mailjet email server for mass -mailing or transactional emails!