SenderInterface
Magento\Sales\Model\Order\Invoice\SenderInterface
What it does
This interface defines the contract for sending invoice notification emails to customers in Magento 2.
Developers use this when implementing custom invoice notification senders or when triggering invoice emails programmatically after an invoice is created.
It supports both synchronous and asynchronous email sending modes and allows including optional comments with the notification.
Public Methods
- send()