Skip to content

Asynchronous Emails

The module allows you to improve order performance during processing. By default, email notifications are sent immediately during order creation, which can slow down the process.

When this module is activated, email messages are queued instead of being sent immediately. Messages are then sent independently through the Action Scheduler.

Implementing asynchronous sending can speed up the order process by several seconds, especially when sending multiple emails (order, customer, administrator).

  1. Go to WPify → WPify Woo
  2. Enable the Asynchronous Emails module
  3. Save changes
  • Functional Action Scheduler (usually included with WooCommerce)
  • Properly configured cron on the server

If you have the DISABLE_WP_CRON constant set in wp-config.php, the module will display a warning. In this case, you need to have an external cron configured.