Model
Sender
Magento\Sales\Model\Order\Email\Sender
What it does
This abstract base class provides common functionality for sending order-related emails in Magento 2.
Developers extend this class when creating custom email senders for orders, invoices, shipments, or credit memos, inheriting methods for template preparation, address formatting, and email sending with error handling.