CreateMailFromDomain
Create the custom MAIL FROM domain configuration for a trusted email domain. Each trusted email domain has at most one MAIL FROM domain configuration. After creating it, retrieve the MX record and updated SPF record via GetMailFromDomain before the feature becomes functional.
Input
| Name | Type | Required | Description |
| EmailDomainId | String | True | The identifier (UUID) of the trusted email domain. This is obtained from TrustedEmailDomains.Id. |
| Domain | String | True | The full name to use for the MAIL FROM domain, for example, 'p1notifications.example.com'. |
Result Set Columns
| Name | Type | Description |
| MailFromDomain | String | The configured MAIL FROM domain value. |