---
title: "EmailAddress"
language: "en"
type: "Interpreter"
summary: "A valid email address."
keywords: 
- email
- e-mail
- mail
- address
- mailing
canonical_url: "https://reference.wolfram.com/language/ref/interpreter/EmailAddress.html"
source: "Wolfram Language Documentation"
related_guides: 
  - 
    title: "Setting Up Input Interpreters"
    link: "https://reference.wolfram.com/language/guide/InterpretingStrings.en.md"
---
# "EmailAddress" (Interpreter Type)

A valid email address.

## Details

* ``"EmailAddress"`` can be used in ``Interpreter`` and related constructs, including deployed smart form fields.

* Use of ``"EmailAddress"`` does not require connectivity to the Wolfram Cloud.

---

## Allowed Forms

* Any valid email address.

## Restriction Specifications

[`Restricted`](https://reference.wolfram.com/language/ref/Restricted.en.md)[`["EmailAddress"`](https://reference.wolfram.com/language/ref/interpreter/EmailAddress.en.md), {{Subscript[``choice``, 1], …}}]	one among ``choices``

## Interpretation

* ``"EmailAddress"`` yields the address as a string.

---

## Examples (1)

### Basic Examples (1)

Interpret email addresses:

```wl
In[1]:= Interpreter["EmailAddress"]["john.doe@example.com"]

Out[1]= "john.doe@example.com"

In[2]:= Interpreter["EmailAddress"]["@abcd.com"]

Out[2]=
Failure["InterpretationFailure", Association["MessageTemplate" :> Interpreter::emailaddress, 
  "MessageParameters" -> Association["Input" -> "@abcd.com"], "Input" -> "@abcd.com", 
  "Type" -> "EmailAddress"]]
```

## See Also

* [`Interpreter`](https://reference.wolfram.com/language/ref/Interpreter.en.md)
* [`Restricted`](https://reference.wolfram.com/language/ref/Restricted.en.md)
* [`Failure`](https://reference.wolfram.com/language/ref/Failure.en.md)
* [`IPAddress`](https://reference.wolfram.com/language/ref/interpreter/IPAddress.en.md)
* [`StreetAddress`](https://reference.wolfram.com/language/ref/interpreter/StreetAddress.en.md)
* [`PhoneNumber`](https://reference.wolfram.com/language/ref/interpreter/PhoneNumber.en.md)
* [`CreditCardNumber`](https://reference.wolfram.com/language/ref/interpreter/CreditCardNumber.en.md)
* [`URL`](https://reference.wolfram.com/language/ref/interpreter/URL.en.md)
* [`SemanticURL`](https://reference.wolfram.com/language/ref/interpreter/SemanticURL.en.md)
* [`EmailAddress`](https://reference.wolfram.com/language/ref/textcontent/EmailAddress.en.md)

## Related Guides

* [Setting Up Input Interpreters](https://reference.wolfram.com/language/guide/InterpretingStrings.en.md)

## History

* [Introduced in 2014 (10.0)](https://reference.wolfram.com/language/guide/SummaryOfNewFeaturesIn100.en.md)