Skip to main content

Email Address

Email Address is a field type for storing email addresses.

note

The following examples use a field named email_address_field. This should be replaced with your field name.

{{ entry.email_address_field }}

Modifiers

Mailto

{{ entry.email_address_field.mailto({title: 'Test', subject: 'Testing', encode: false}) }}
info

See the ExpressionEngine Documentation for more information on the Email Address fieldtype