Namespace IRM.AspNetCore.Identity.Mail
Classes
|
Base class for all e-mail messages that should include a code to the user. |
|
|
|
Represents the information that is needed when creating a confirm e-mail address e-mail. |
|
Options for the email service. |
|
Base class for all mail view models with common properties. |
|
Represents the information that is needed when creating an invitation e-mail. |
|
Represents the information that is needed when creating a one-time password e-mail. |
|
|
|
Represents the information that is needed when creating a reset password e-mail. |
|
SimpleConfirmAccountEmailSender A very simple text-based implementation of IConfirmAccountEmailSender. |
|
SimpleConfirmEmailAddressEmailSender A very simple text-based implementation of IConfirmEmailAddressEmailSender. |
|
A very simple text-based implementation of IInviteUserEmailSender. |
|
SimpleOneTimePasswordEmailSender A very simple text-based implementation of IOneTimePasswordEmailSender. |
|
SimplePasswordChangedEmailSender A very simple text-based implementation of IPasswordChangedEmailSender. |
|
SimpleResetPasswordEmailSender A very simple text-based implementation of IResetPasswordEmailSender. |
|
SimpleTwoFactorCodeEmailSender A very simple text-based implementation of ITwoFactorCodeEmailSender. |
|
Represents the information that is needed when creating a tow factor code e-mail. |
Interfaces
|
Provides an abstraction for a service that sends confirmation e-mails. |
|
IConfirmEmailAddressEmailSender Provides an abstraction for a service that sends a code to confirm e-mail address. |
|
Provides an abstraction for a service that sends invitation e-mails. |
|
Provides an abstraction for a service that sends one-time password e-mails. |
|
Provides an abstraction for a service that sends e-mails about that the user password has changed. |
|
Provides an abstraction for a service that sends reset password e-mails. |
|
Provides an abstraction for a service that sends two factor code e-mails. |