InvoiceNotifier
Magento\Sales\Model\Order\InvoiceNotifier
What it does
This class handles sending invoice email notifications to customers when an invoice is created for an order.
Developers use this class to programmatically trigger invoice notification emails, typically after creating or saving an invoice.
It extends AbstractNotifier and delegates the actual email sending to InvoiceSender while logging any errors that occur during the notification process.