Model
EmailSenderHandler
Magento\Sales\Model\EmailSenderHandler
What it does
This class handles asynchronous sending of sales-related emails (orders, invoices, shipments, credit memos) to customers via cron jobs.
Developers would use this when implementing or customizing the email sending process for sales entities, particularly when enabling asynchronous email sending to improve checkout performance by deferring email operations.
Public Methods
- sendEmails()