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 | |
| fromEmail | string | Email address to use as the sender for system emails |
Email address to use as the sender for system emails | ||
| fromName | string | Display name to show as the sender for system emails |
Display name to show as the sender for system emails | ||
JSON Example
{
"emailHeaderContentBlock": {
"code": "string",
"name": "string"
},
"emailFooterContentBlock": {
"code": "string",
"name": "string"
},
"designTheme": {
"code": "string",
"name": "string"
},
"fromEmail": "string",
"fromName": "string"
}