**Source URL:** https://limited.veevavault.dev/quality/mdl/component-types/outboundemaildomain

# Outboundemaildomain

**Class:** `metadata`

This component defines the configuration of an Outbound Email Domain and is specific to MedInquiry, Clinical, and QMS Vaults with Outbound Email Domains enabled.

Vault sends outbound emails from a Veeva Vault domain address by default. You can use an `Outboundemaildomain` to configure Vault to send emails from customized domains and allow users to change the sending email address to one associated with your organization.

Learn more about [Configuring Outbound Email Addresses in Vault Help](https://platform.veevavault.help/en/lr/78114).

| Attribute | Metadata | Description |
| --- | --- | --- |
| `label` | Type: String Max length: 60 | UI-friendly string in the Vault’s base language. |
| `active` | Type: Boolean | Indicates whether the component is active. |
| `description` | Type: String Max length: 1500 | A description of the outbound email domain. |
| `dns_records` | Type: LongString Max length: 32000 | Stores the DNS records for the sender domain in JSON format. This attribute is read-only. |
| `sender_domain` | Type: String **Required** Max length: 255 | The full sender domain in the format `{subdomain}.{root_domain}.` for subdomains, or `{root_domain}.` for root domains. |
| `verification_status` | Type: Enum Allowed values: UNVERIFIED; VERIFIED; ERROR | Indicates the status of the sender domain. This attribute is read-only. |

### Supported Operations

| Operation | Support |
| --- | --- |
| Create | Yes |
| Recreate | Yes |
| Alter | Yes |
| Drop | No |
| Rename | Yes |
| Describe | Yes |
| Generate Recreate | Yes |
| Queryable | Yes |

---

**Previous:** [Objectworkflow](/quality/mdl/component-types/objectworkflow)  
**Next:** [Overlaytemplate](/quality/mdl/component-types/overlaytemplate)