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