Model
EmailNotification
Magento\Customer\Model\EmailNotification
What it does
This class handles sending transactional emails to customers for account-related events such as registration, password changes, email changes, and password resets.
Developers use this class when they need to trigger customer notification emails programmatically, either by calling its public methods directly or extending its functionality for custom email notifications in customer account workflows.
Public Methods
- credentialsChanged()
- passwordReminder()
- passwordResetConfirmation()
- newAccount()