Interface IConfirmAccountEmailSender
Provides an abstraction for a service that sends confirmation e-mails.
Namespace: IRM.AspNetCore.Identity.Mail
Assembly: IRM.AspNetCore.Identity.Mail.dll
Syntax
public interface IConfirmAccountEmailSender
Methods
SendAsync(ConfirmAccountEmailViewModel)
Sends a confirmation e-mail message to a reciever.
Declaration
Task SendAsync(ConfirmAccountEmailViewModel viewModel)
Parameters
ConfirmAccountEmailViewModel
viewModel
The ConfirmAccountEmailViewModel with information for creating confirmation e-mails. |
Returns
System.Threading.Tasks.Task
The task object representing the asynchronous operation. |