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 implement this interface when creating custom credit memo notification senders or use existing implementations to trigger credit memo emails after refunds are processed.

The send method handles both synchronous and asynchronous email delivery with optional comment inclusion.

Public Methods

  • send()