# Email

The **Email SDK** allows you to offer your users email communication while preserving their privacy. The Sudo Platform makes it effortless to integrate email address creation, send and receive email messages, and manage email folders within new or existing products. You can enable users to have unique email addresses for different situations, contexts, or roles. In turn, this compartmentalization of their personal information and communications helps keep them safe online.

Email has become so ubiquitous that email addresses are now synonymous with a users' identities. More and more services and applications require users to share their email address alongside their other personal data. This coupling of an email address with personal identity carries significant privacy and security implications. If these are left unchecked, they expose users to significant threats such as identity theft, social engineering, account takeovers, doxing, and more.

## Key Features

|                                                                   |                                                                                                                                             |
| ----------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| [Email Addresses](/guides/email/manage-email-addresses.md)        | Give your users their own email addresses that work just like any other email address but with the privacy and security benefits of a Sudo. |
| [Send and Receive Emails](/guides/email/send-an-email.md)         | There are countless ways to integrate email sending and receiving into your product in ways that enhance a user's privacy.                  |
| [Email Drafts and Folders](/guides/email/manage-email-folders.md) | Allow your users the flexibility to manage their inbox with email folders and save draft emails securely.                                   |

## Next Steps

* Integrate the **Email SDK** into your [web](/guides/email/integrate-the-email-sdk.md#integrate-the-js-sdk), [iOS](/guides/email/integrate-the-email-sdk.md#integrate-the-ios-sdk) and [Android](/guides/email/integrate-the-email-sdk.md#integrate-the-android-sdk) applications
* Learn more about [Sudo digital identities](/concepts/sudo-digital-identities.md) and other core concepts


---

# 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.sudoplatform.com/guides/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.
