# Email

The `Email` field accepts correctly formatted email addresses as answers such as <john.doe@gmail.com>.

A badly formatted entry will trigger a validation error on submission and require the user to fix the entry.

![](https://640450274-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHAVngDAEk3s8Bw7P6Ntz%2Fuploads%2FUil2EVoLVcyrcyDziN0y%2Fdocs_element-email.png?alt=media\&token=997557f6-d477-4235-ad3d-c1890315fc3b)

### Authentication <a href="#example" id="example"></a>

If you configure a Feathery auth integration, you can use the `Email` field with a `Button` action `Send Email Magic Link`.

### For Developers <a href="#example" id="example"></a>

The Feathery SDK and API reference email fields with `type` equal to `email`. The submitted value is a `string`.
