Show / Hide Table of Contents

Namespace IRM.AspNetCore.Identity.Mail

Classes

CodeEmailViewModel

Base class for all e-mail messages that should include a code to the user.

ConfirmAccountEmailViewModel

ConfirmEmailViewModel

Represents the information that is needed when creating a confirm e-mail address e-mail.

EmailOptions

Options for the email service.

EmailViewModel

Base class for all mail view models with common properties.

InviteUserEmailViewModel

Represents the information that is needed when creating an invitation e-mail.

OneTimePasswordViewModel

Represents the information that is needed when creating a one-time password e-mail.

PasswordChangedEmailViewModel

ResetPasswordEmailViewModel

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.

SimpleInviteUserEmailSender

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.

TwoFactorCodeEmailViewModel

Represents the information that is needed when creating a tow factor code e-mail.

Interfaces

IConfirmAccountEmailSender

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.

IInviteUserEmailSender

Provides an abstraction for a service that sends invitation e-mails.

IOneTimePasswordEmailSender

Provides an abstraction for a service that sends one-time password e-mails.

IPasswordChangedEmailSender

Provides an abstraction for a service that sends e-mails about that the user password has changed.

IResetPasswordEmailSender

Provides an abstraction for a service that sends reset password e-mails.

ITwoFactorCodeEmailSender

Provides an abstraction for a service that sends two factor code e-mails.

Back to top Generated by DocFX