Skip to content

[FW][FIX] ecommerce: require module install for email queue optimization #12412

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

Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ which sends queued emails as soon as possible.
To enable asynchronous email sending:

#. Enable the :doc:`developer mode </applications/general/developer_mode>`.
#. Go to :menuselection:`Apps`, remove the :guilabel:`Apps` filter, and install the :guilabel:`Sales
- Async Emails` module.
#. Go to :menuselection:`Settings --> Technical --> System Parameters` and set the
:guilabel:`sale.async_emails` system parameter to `True`.
#. Go to :menuselection:`Settings --> Technical --> Scheduled Actions` and enable the
:guilabel:`Sales: Send pending emails` scheduled action.
#. Go to :menuselection:`Settings --> Technical --> Scheduled Actions` and ensure that the
:guilabel:`Sales: Send pending emails` scheduled action is enabled.

.. caution::
Enabling this feature may delay order confirmation and invoice emails by a few minutes. It is
Expand Down