Search Results for

    Show / Hide Table of Contents
    View Source

    Class Constants.Web.EmailTypes

    Contains email type constants used for categorizing outgoing emails.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public static class Constants.Web.EmailTypes

    Fields

    View Source

    HealthCheck

    The email type for health check notifications.

    Declaration
    public const string HealthCheck = "HealthCheck"
    Field Value
    Type Description
    string
    View Source

    Notification

    The email type for general notifications.

    Declaration
    public const string Notification = "Notification"
    Field Value
    Type Description
    string
    View Source

    PasswordReset

    The email type for password reset emails.

    Declaration
    public const string PasswordReset = "PasswordReset"
    Field Value
    Type Description
    string
    View Source

    TwoFactorAuth

    The email type for two-factor authentication emails.

    Declaration
    public const string TwoFactorAuth = "2FA"
    Field Value
    Type Description
    string
    View Source

    UserInvite

    The email type for user invitation emails.

    Declaration
    public const string UserInvite = "UserInvite"
    Field Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX