# ＊ Email

{% hint style="info" %}
**＊SDV Enterprise Feature.** This feature is available to our licensed users and is not currently in our public library. For more information, visit our page to [Explore SDV](https://docs.sdv.dev/sdv/explore/sdv-enterprise/compare-features).
{% endhint %}

Email data represents email addresses associated with real users, businesses or other entities. Emails are a type of PII data. A key consideration is that **you do not want the real emails in your dataset to leak**. However, you may want to also **preserve key characteristics of emails** such as the top level or sub domain.

## Key Features

:earth\_americas: This sdtype **understands the domain** of email addresses. It can extract both the full and top domain in your data.

:unlock: This sdtype offers the novel [**Contextual Anonymization**](/rdt/resources/use-cases/contextual-anonymization.md) technique on emails that are Personal Identifiable Information (PII).&#x20;

## Browse Email Transformers

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>＊ <a href="/pages/kuRA1exCeRKxGddByUu0"><strong>DomainBasedAnonymizer</strong></a></td><td>Anonymize emails while preserving the domain.</td><td><a href="/pages/kuRA1exCeRKxGddByUu0">/pages/kuRA1exCeRKxGddByUu0</a></td></tr><tr><td>＊ <a href="/pages/5Nd4xCz76RCL3wAW8f6w"><strong>DomainBasedMapper</strong></a></td><td>Psuedo-anonymize email data using a consistent mapping that preserves the domains.</td><td><a href="/pages/5Nd4xCz76RCL3wAW8f6w">/pages/5Nd4xCz76RCL3wAW8f6w</a></td></tr><tr><td>＊ <a href="/pages/Cz4KJgM8rWFtiXt5ulSo"><strong>DomainExtractor</strong></a></td><td>Extract domains from emails for data science use.</td><td><a href="/pages/Cz4KJgM8rWFtiXt5ulSo">/pages/Cz4KJgM8rWFtiXt5ulSo</a></td></tr><tr><td><a href="/pages/9QnYHT40028wrumuonUY"><strong>AnonymizedFaker</strong></a></td><td>Create fake, fully anonymous emails without considering the context.</td><td></td></tr><tr><td><a href="/pages/X47LsfVKMnn1N04sDFDx"><strong>PseudoAnonymizedFaker</strong></a></td><td>Create an use a reversible mapping without considering the context.</td><td></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sdv.dev/rdt/transformers-glossary/deep-data-understanding/email.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
