Show / Hide Table of Contents

Interface IAccountEmailer

Namespace: Volo.Abp.Account.Emailing
Assembly: Volo.Abp.Account.Pro.Public.Application.dll
Syntax
public interface IAccountEmailer

Methods

SendEmailConfirmationLinkAsync(IdentityUser, String, String, String, String)

Declaration
Task SendEmailConfirmationLinkAsync(IdentityUser user, string confirmationToken, string appName, string returnUrl = null, string returnUrlHash = null)
Parameters
Type Name Description
IdentityUser user
System.String confirmationToken
System.String appName
System.String returnUrl
System.String returnUrlHash
Returns
Type Description
Task

SendPasswordResetLinkAsync(IdentityUser, String, String, String, String)

Declaration
Task SendPasswordResetLinkAsync(IdentityUser user, string resetToken, string appName, string returnUrl = null, string returnUrlHash = null)
Parameters
Type Name Description
IdentityUser user
System.String resetToken
System.String appName
System.String returnUrl
System.String returnUrlHash
Returns
Type Description
Task
Back to top Powered by Volosoft