EmailSettingsDto
Tenant-level configuration for outbound email branding and sender information.
Controls the visual appearance and sender details for system-generated emails
such as proposal notifications, task assignments, and client communications.
Properties
| Name | Type | Description |
|---|---|---|
| emailHeaderContentBlock | CodeAndNameDto | |
| emailFooterContentBlock | CodeAndNameDto | |
| designTheme | CodeAndNameDto | |
| replyToEmail | string | Reply-to email address for system emails |
Reply-to email address for system emails | ||
| replyToName | string | Reply-to display name for system emails |
Reply-to display name for system emails | ||
JSON Example
{
"emailHeaderContentBlock": {
"code": "string",
"name": "string"
},
"emailFooterContentBlock": {
"code": "string",
"name": "string"
},
"designTheme": {
"code": "string",
"name": "string"
},
"replyToEmail": "string",
"replyToName": "string"
}