Interface
EmailNotificationInterface
Magento\Customer\Model\EmailNotificationInterface
What it does
This interface defines the contract for sending email notifications to customers in Magento 2.
Developers use this to trigger emails when customer credentials change, password resets are requested, or new accounts are created.
It provides standardized methods for all customer-related email communications, ensuring consistent notification handling across the application.
Public Methods
- credentialsChanged()
- passwordReminder()
- passwordResetConfirmation()
- newAccount()