Interface IAccountEmailer
Namespace: Volo.Abp.Account.Emailing
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 | |
| string | resetToken | |
| string | appName | |
| string | returnUrl | |
| string | returnUrlHash |
Returns
| Type | Description |
|---|---|
| Task |