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 SourceHealthCheck
The email type for health check notifications.
Declaration
public const string HealthCheck = "HealthCheck"
Field Value
| Type | Description |
|---|---|
| string |
Notification
The email type for general notifications.
Declaration
public const string Notification = "Notification"
Field Value
| Type | Description |
|---|---|
| string |
PasswordReset
The email type for password reset emails.
Declaration
public const string PasswordReset = "PasswordReset"
Field Value
| Type | Description |
|---|---|
| string |
TwoFactorAuth
The email type for two-factor authentication emails.
Declaration
public const string TwoFactorAuth = "2FA"
Field Value
| Type | Description |
|---|---|
| string |
UserInvite
The email type for user invitation emails.
Declaration
public const string UserInvite = "UserInvite"
Field Value
| Type | Description |
|---|---|
| string |