GetMailFromDomain
Retrieve the custom MAIL FROM domain configuration for a trusted email domain. Each trusted email domain has at most one MAIL FROM domain configuration.
Input
| Name | Type | Required | Description |
| EmailDomainId | String | True | The identifier (UUID) of the trusted email domain. This is obtained from TrustedEmailDomains.Id. |
Result Set Columns
| Name | Type | Description |
| Type | String | The type of the MAIL FROM domain configuration. |
| Status | String | The status of the MAIL from domain configuration |
| Key | String | The key of the MAIL from domain configuration |
| Value | String | The value of the MAIL from domain configuration |
| MailFrom | String | The domain where the MAIL is coming from |
| Priority | Int | The priority of the MAIL from domain configuration |