chore: correct the email domains documentation (#1941)

## Description

Update the documentation for email domains
This commit is contained in:
David Nguyen
2025-08-07 11:54:41 +10:00
committed by GitHub
parent d1eb14ac16
commit c28c5ab91d
2 changed files with 3 additions and 4 deletions

View File

@ -5,15 +5,14 @@ import { Callout, Steps } from 'nextra/components';
Email Domains allow you to send emails to recipients from your own domain instead of the default Documenso email address. Email Domains allow you to send emails to recipients from your own domain instead of the default Documenso email address.
<Callout type="info"> <Callout type="info">
**Platform and Enterprise Only**: Email Domains is only available to Platform and Enterprise **Enterprise Only**: Email Domains is only available to Enterprise customers and custom plans
customers.
</Callout> </Callout>
## Creating Email Domains ## Creating Email Domains
Before setting up email domains, ensure you have: Before setting up email domains, ensure you have:
- A Platform or Enterprise subscription - An Enterprise subscription
- Access to your domain's DNS settings - Access to your domain's DNS settings
- Access to your Documenso organisation as an admin or manager - Access to your Documenso organisation as an admin or manager

View File

@ -134,7 +134,7 @@ export const internalClaims: InternalClaims = {
unlimitedDocuments: true, unlimitedDocuments: true,
allowCustomBranding: true, allowCustomBranding: true,
hidePoweredBy: true, hidePoweredBy: true,
emailDomains: true, emailDomains: false,
embedAuthoring: false, embedAuthoring: false,
embedAuthoringWhiteLabel: true, embedAuthoringWhiteLabel: true,
embedSigning: false, embedSigning: false,