> ## Documentation Index
> Fetch the complete documentation index at: https://docs.oviond.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Email domains

> Verify a sending domain so Oviond can send mail from your own addresses.

A **sending domain** is a domain authorized to send mail through Oviond's managed provider. Verifying it means adding DNS records so recipient providers trust messages from your domain. You can register one sending domain per account from **Settings → Email settings** (`/settings/email-settings`).

<Note>
  Lifetime plans are SMTP-only and can't register a sending domain — they send from their own [SMTP server](/email-settings/smtp) instead.
</Note>

## Add a sending domain

<Steps>
  <Step title="Open Email settings">
    Go to **Settings → Email settings** and start adding a sender, then choose **Sending domain**.
  </Step>

  <Step title="Add the domain">
    In **Add sending domain**, enter the domain — for example, `mail.youragency.com` — and click **Add domain**.
  </Step>

  <Step title="Add the DNS records">
    Oviond shows **DKIM and SPF records** to add to your DNS provider, plus a recommended **DMARC** record. Add them exactly as shown.
  </Step>

  <Step title="Verify the domain">
    Click **Verify domain**. Oviond checks the live status: if the records resolve, the domain is marked verified; otherwise verification is started and the status updates on the next check or in the background.
  </Step>
</Steps>

## DNS records

The records table shows **Type**, **Host/Name**, **Value**, **TTL**, **Priority**, and **Status** for each record. A separate **DMARC** card provides a recommended `TXT` record at `_dmarc`. Each value can be copied directly from the table.

## Status

| Status          | Meaning                                                                               |
| --------------- | ------------------------------------------------------------------------------------- |
| **Not started** | Domain added but verification hasn't run.                                             |
| **Pending**     | Records aren't fully visible yet.                                                     |
| **Verified**    | All required records resolve — senders on this domain can send.                       |
| **Failed**      | Verification didn't complete. Re-check the records and click **Verify domain** again. |

When the domain verifies, Oviond switches the account's active provider to the sending domain so your verified senders are used.

## Remove a domain

Removing the sending domain deletes it from Oviond and the provider. If it was the active provider, Oviond falls back to the Oviond default. Removing it also invalidates any [senders](/email-settings/senders) on that domain — switch automations to a different sender first.
