Show / Hide Table of Contents

Interface IResetPasswordEmailSender

Provides an abstraction for a service that sends reset password e-mails.

Namespace: IRM.AspNetCore.Identity.Mail
Assembly: IRM.AspNetCore.Identity.Mail.dll
Syntax
public interface IResetPasswordEmailSender

Methods

SendAsync(ResetPasswordEmailViewModel)

Sends a reset password e-mail message to a reciever.

Declaration
Task SendAsync(ResetPasswordEmailViewModel viewModel)
Parameters
ResetPasswordEmailViewModel viewModel

The ResetPasswordEmailViewModel with information for creating reset password e-mails.

Returns
System.Threading.Tasks.Task

The task object representing the asynchronous operation.

Back to top Generated by DocFX