Log in
Model

Notificator

Magento\User\Model\Notificator

What it does

The Notificator class handles sending email notifications for admin user account events in Magento 2.

Developers use this class to send automated emails when admin users forget their password, when new admin accounts are created, or when existing admin user information is updated.

It centralizes email communication logic for the User module using configurable email templates.

Public Methods

  • sendForgotPassword()
  • sendCreated()
  • sendUpdated()