email

To convert a given value to an email value

This function converts a regular formula field to an email field with a mailto button.

Click the button to open your local email clients and send an email.

There is no sanity check of the transferred content. Every given string will be displayed as an email field.

Syntax

email(any)

Return

email

Examples

email(myEmail)

email("steve.rogers@theavengers.com")

Result: steve.rogers@theavengers.com

(as an email field with a little envelope you can click that directly links to your default email client)

See also

phone, which converts a string or a number to a phone value.

Last updated