Model
AbstractNotifier
Magento\Sales\Model\AbstractNotifier
What it does
This abstract class provides a base implementation for sending email notifications related to sales entities (orders, invoices, shipments, credit memos).
Developers extend this class to create specific notifier implementations that handle email sending and update the notification history status when customers are successfully notified about order-related events.
Public Methods
- notify()