Interface IUserEmailService
- Namespace
- Kentico.Xperience.Admin.Base.Authentication
- Assembly
- Kentico.Xperience.Admin.Base.dll
Defines an interface for sending emails for user management.
[Obsolete("Interface was not intended for public use and will be removed in the next version.")]
[ObsoleteSince(29, 6)]
public interface IUserEmailService
- Extension Methods
Methods
SendRegistrationConfirmation(AdminApplicationUser)
Sends an email to the user
's email address with registration confirmation link.
Task SendRegistrationConfirmation(AdminApplicationUser user)
Parameters
user
AdminApplicationUserThe user to send the email to.
Returns
- Task
SendResetPassword(AdminApplicationUser)
Sends an email to the user
's email address with password reset link.
Task SendResetPassword(AdminApplicationUser user)
Parameters
user
AdminApplicationUserThe user to send the email to.
Returns
- Task