> For the complete documentation index, see [llms.txt](https://xoxoday.gitbook.io/plum/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xoxoday.gitbook.io/plum/user-guide/admins/domain-authentication-guide.md).

# Domain Authentication Guide

### What is Domain Authentication

Domain Authentication is the process of verifying the ownership of a domain to ensure that emails sent from that domain are legitimate and not forged. This is an important step to prevent email spoofing, phishing, and other types of email fraud.

Once you have completed Domain Authentication by following the instructions on this page:

Your recipients will no longer see "via <notifications@xoxoday.com>" besides from the address of your messages.

Improves the trustworthiness and deliverability of the emails by adding a layer of authenticity to the emails sent from the user's domain.

#### Prerequisite

To set up Domain Authentication, you must submit the DNS records provided by Xoxoday to your DNS or hosting provider. Popular DNS providers include Route53, DNSimple, GoDaddy, Rackspace, and Cloudflare, but there are many others.

Ensure your KYB is approved.

Only SuperAdmin can authenticate Domain.

If you don't have access to your DNS or hosting provider, determine who in your company is able to make DNS modifications for your domain. We call them as ‘IT Admin’.

###

### Authenticate your Domain

{% hint style="info" %}
Make sure you are logged in as SuperAdmin and your KYB is approved.
{% endhint %}

#### STEP 1: Add your Domain Name

Visit Settings > Communications.

Click on ‘Authenticate your Domain’.

<figure><img src="/files/5FdYhhCoMXGtAzxhOlQQ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/tg8QvNBjmbwHo0WDCk7R" alt=""><figcaption></figcaption></figure>

Enter your domain and click on ‘Save and Proceed’

#### STEP 2: ADD DNS RECORDS TO YOUR DNS MANAGER

Provided is the list of DNS records that needs to be added in your DNS Settings. Go to your DNS provider portal and add these records.

{% hint style="info" %}
All records are CNAME, Some platform call ‘HOST’ as ‘Name’ and ‘Value’ as ‘Points To’
{% endhint %}

<figure><img src="/files/UR6TtSzM8nJMR2tyrD8w" alt=""><figcaption></figcaption></figure>

**SEND DNS RECORDS TO IT ADMIN**

If you don’t have access to DNS Manager Portal, you can send this DNS records to your IT Admin or DNS Manager.

We will send DNS records in email along with CSV to your IT Admin.

<figure><img src="/files/mzRvmK5x2Um3upInPJWl" alt=""><figcaption></figcaption></figure>

#### STEP 3: VERIFY DOMAIN

Once IT Admin has added these records

Select Checkbox ‘Please verify that your records have been added’

Once selected, Verify button gets activated and now click on ‘Verify’

<figure><img src="/files/aJuonHnNWXbFrdriepzZ" alt=""><figcaption></figcaption></figure>

If your DNS records are added correctly and given sufficient time to take DNS changes to take place, on verification your domain is now authenticated.

<figure><img src="/files/6ACIpWfRP786mBYQcp08" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://xoxoday.gitbook.io/plum/user-guide/admins/domain-authentication-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
