emailSendingConfig property

bool? emailSendingConfig
getter/setter pair

Whether to allow the tenant to inherit custom domains, email templates, and custom SMTP settings.

If true, email sent from tenant will follow the project level email sending configurations. If false (by default), emails will go with the default settings with no customizations.

Implementation

core.bool? emailSendingConfig;