Interface
EmailNotificationInterface
Magento\Customer\Model\EmailNotificationInterface
What it does
This interface defines the contract for sending email notifications to customers in Magento 2.
Developers implement this interface to handle customer-related email events such as password changes, account creation, password reset confirmations, and credential updates.
It's typically used when customizing or extending Magento's customer notification system.
Public Methods
- credentialsChanged()
- passwordReminder()
- passwordResetConfirmation()
- newAccount()