Interface IAccountEmailer
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
Returns
SendEmailSecurityCodeAsync(IdentityUser, string)
Declaration
Task SendEmailSecurityCodeAsync(IdentityUser user, string code)
Parameters
Type |
Name |
Description |
IdentityUser |
user |
|
string |
code |
|
Returns
SendPasswordResetLinkAsync(IdentityUser, string, string, string, string)
Declaration
Task SendPasswordResetLinkAsync(IdentityUser user, string resetToken, string appName, string returnUrl = null, string returnUrlHash = null)
Parameters
Returns