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.
How it works
Section titled “How it works”When this module is activated, email messages are queued instead of being sent immediately. Messages are then sent independently through the Action Scheduler.
Benefits
Section titled “Benefits”Implementing asynchronous sending can speed up the order process by several seconds, especially when sending multiple emails (order, customer, administrator).
Module activation
Section titled “Module activation”- Go to WPify → WPify Woo
- Enable the Asynchronous Emails module
- Save changes
Requirements
Section titled “Requirements”- Functional Action Scheduler (usually included with WooCommerce)
- Properly configured cron on the server
WP Cron warning
Section titled “WP Cron warning”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.
Documentation
Section titled “Documentation” For developers Action Scheduler and hooks