emailSettings resource type
Namespace: microsoft.graph
Defines the settings for emails sent from Lifecycle workflow tasks. Allows you to use a verified custom domain and organizationalBranding with emails sent out via workflow tasks.
Properties
Property | Type | Description |
---|---|---|
senderDomain | String | Specifies the domain that should be used when sending email notifications. This domain must be verified in order to be used. We recommend that you use a domain that has the appropriate DNS records to facilitate email validation, like SPF, DKIM, DMARC, and MX, because this then complies with the RFC compliance for sending and receiving email. For details, see Learn more about Exchange Online Email Routing. |
useCompanyBranding | Boolean | Specifies if the organization’s banner logo should be included in email notifications. The banner logo will replace the Microsoft logo at the top of the email notification. If true the banner logo will be taken from the tenant’s branding settings. This value can only be set to true if the organizationalBranding bannerLogo property is set. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.emailSettings",
"senderDomain": "String",
"useCompanyBranding": "Boolean"
}