Log in
Interface

SenderInterface

Magento\Sales\Model\Order\Creditmemo\SenderInterface

What it does

This interface defines the contract for sending credit memo notification emails to customers in Magento 2.

Developers would implement this interface to create custom credit memo notification senders or use existing implementations to trigger email notifications when a credit memo is issued.

It's particularly useful when you need to customize the credit memo email sending process or integrate with third-party notification systems.

Public Methods

  • send()