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
string confirmationToken
string appName
string returnUrl
string returnUrlHash
Returns
Type Description
Task

SendEmailSecurityCodeAsync(IdentityUser, string)

Declaration
Task SendEmailSecurityCodeAsync(IdentityUser user, string code)
Parameters
Type Name Description
IdentityUser user
string code
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
string resetToken
string appName
string returnUrl
string returnUrlHash
Returns
Type Description
Task
In this article
Back to top Powered by Volosoft