For the complete documentation index, see llms.txt. This page is also available as Markdown.

Email Address Entitlements

Managing consumption of Email capabilities

The Sudo Platform entitlements system is used to control consumption of Sudo Platform resources, Email Addresses are a feature who's usage is controlled by entitlements. This allows you to control what and how many of each capability your users can consume within your own 'user plans' structures.

Read more about the Sudo Platform entitlements system and how to integrate with it in the Entitlements section of the Sudo Platform documentation.

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

Entitlement
Type
Description

sudoplatform.email.emailAddressUserEntitled

Boolean

Whether or not the user is entitled to provision new email addresses.

sudoplatform.email.emailMessageSendUserEntitled

Boolean

Whether or not the user is entitled to send emails

sudoplatform.email.emailMessageReceiveUserEntitled

Boolean

Whether or not the user is entitled to receive emails

sudoplatform.email.emailAddressMaxPerSudo

Numeric

Maximum number of email addresses per Sudo profile.

sudoplatform.email.emailStorageMaxPerEmailAddress

Numeric

Maximum amount of non-draft email data stored per email address in bytes.

sudoplatform.email.emailStorageMaxPerUser

Numeric

Maximum amount of non-draft email data stored per user in bytes.

Last updated