# Email Entitlements

The Sudo Platform entitlements system is used to control consumption of Sudo Platform resources and the Email service integrates with this system.

{% hint style="info" %}
Read more about the Sudo Platform entitlements system and how to integrate with it in the [Entitlements](https://docs.sudoplatform.com/guides/entitlements) section of the Sudo Platform documentation.
{% endhint %}

The following table describes the entitlements used to control access to the Email service:

<table><thead><tr><th>Entitlement</th><th width="186.33333333333331">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>sudoplatform.email.emailAddressUserEntitled</code></td><td>Boolean</td><td>Whether or not the user is entitled to provision new email addresses</td></tr><tr><td><code>sudoplatform.email.emailMessageSendUserEntitled</code></td><td>Boolean</td><td>Whether or not the user is entitled to send emails</td></tr><tr><td><code>sudoplatform.email.emailMessageReceiveUserEntitled</code></td><td>Boolean</td><td>Whether or not the user is entitled to receive emails</td></tr><tr><td><code>sudoplatform.email.emailAddressMaxPerSudo</code></td><td>Numeric</td><td>Maximum number of email addresses per Sudo profile.</td></tr><tr><td><code>sudoplatform.email.emailStorageMaxPerEmailAddress</code></td><td>Numeric</td><td>Maximum amount of non-draft email data stored per email address in bytes.</td></tr><tr><td><code>sudoplatform.email.emailStorageMaxPerUser</code></td><td>Numeric</td><td>Maximum amount of non-draft email data stored per user in bytes.</td></tr></tbody></table>
