Interface IAccountEmailer
Assembly: Volo.Abp.Account.Application.dll
Syntax
public interface IAccountEmailer
Methods
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
Extension Methods