For the complete documentation index, see llms.txt. This page is also available as Markdown.

Email Address

In this article you can learn how to use the build in email property editor

Alias: Umbraco.EmailAddress

Returns: String

Displays an email address.

Settings

The Email Address Property Editor does not come with any further configuration. The property can be configured once it has been added to a Document Type.

Mandatory Checkbox Example

Content Example

Single email address content example

MVC View Example

Without Modelsbuilder

With Modelsbuilder

Add value programmatically

See the example below to learn how a value can be added or changed programmatically to an Email-address property. To update a value of a property editor you need the Content Service.

The example below demonstrates how to add values programmatically using a Razor view. However, this is used for illustrative purposes only and is not the recommended method for production environments.

The value sent to an EmailAddress property needs to be a correct email address, For example: [email protected].

It is recommended that you set up validation on this property, in order to verify whether the value added is in the correct format.

Last updated

Was this helpful?