AlertProcessor
Magento\ProductAlert\Model\Mailing\AlertProcessor
What it does
This class processes and sends product alert emails to customers for price drops and stock availability notifications.
Developers use this to implement the core functionality of Magento's product alert system, which notifies subscribed customers when products they're watching become available or drop in price.
It handles both price and stock alert types, managing the collection of alerts, validation, and email sending process.
Public Methods
- process()