Log in
Model

NotifySender

Magento\Sales\Model\Order\Email\NotifySender

What it does

This abstract class serves as a base for sending email notifications to customers about their orders in Magento 2.

Developers extend this class to create specific email senders (like order confirmation, shipment, or invoice emails) that need to handle customer notification logic, including whether to send emails to customers or only send copies to store administrators.