Log in
Model

AbstractNotifier

Magento\Sales\Model\AbstractNotifier

What it does

AbstractNotifier is a base class for sending email notifications related to sales entities (orders, invoices, shipments, credit memos).

Developers extend this class when creating custom notifiers that need to send emails and track notification history.

It handles the core logic of sending emails via a sender service, logging errors, and marking history records as customer-notified.

Public Methods

  • notify()