Model
ShipmentNotifier
Magento\Shipping\Model\ShipmentNotifier
What it does
The ShipmentNotifier class handles sending shipment notification emails to customers when their orders are shipped.
Developers use this class to trigger automated email notifications whenever a shipment is created or updated in Magento.
It extends AbstractNotifier and relies on ShipmentSender to handle the actual email delivery process.