mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
chore: correct the email domains documentation (#1941)
## Description Update the documentation for email domains
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user