# Cloudflare

To start sending emails with Mailtrap, you need to own a domain (e.g., `yourcompany.com`) and then verify your ownership over it. For this, you'll need access to your domain provider account, more specifically, the DNS records management page.

In this guide, you'll learn how to add and verify a domain from Cloudflare.

This guide assumes your domain uses Cloudflare's nameservers (e.g., `anna.ns.cloudflare.com` or `bob.ns.cloudflare.com`). This applies whether you registered your domain directly with Cloudflare or just pointed your DNS to Cloudflare from another registrar. Not sure? Check your domain registrar's settings or look for where you manage your DNS records. If it's in Cloudflare's dashboard, you're in the right place.

### Step-by-step guide

{% stepper %}
{% step %}
Open the **Cloudflare dashboard** and select the domain you've added to Mailtrap.

<div align="left" data-with-frame="true"><img src="/files/TfIZdOG89jKhogAoJylV" alt="" width="563"></div>
{% endstep %}

{% step %}
Click on the **DNS button** in the left navigation panel. This will open DNS records.

<div align="left" data-with-frame="true"><img src="/files/WEOd8w51qGKLoRnlubrA" alt="" width="131"></div>
{% endstep %}

{% step %}
Click on the **Add Record** button.

<div align="left" data-with-frame="true"><img src="/files/LlpzDCgDi0LDCrxjhqx8" alt="" width="563"></div>
{% endstep %}

{% step %}
On the **Domain Verification page** in Mailtrap, you'll see the DNS records you need to add to Cloudflare. These are **Domain Verification**, **DKIM**, **DMARC**, and **Domain Tracking**. You'll need the values under **Type**, **Name**, and **Value**.

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

Pay attention to the Type next to each record in Mailtrap and choose a relevant one in Cloudflare. There are **four CNAME type records** (Domain Verification, DKIM (2), and Custom Tracking Domain) and **one TXT type record** (DMARC).

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

<div align="left" data-with-frame="true"><figure><img src="/files/FO6JVYFqsGQ7QjbXK3Ob" alt="DNS record type dropdown in Cloudflare" width="375"><figcaption></figcaption></figure></div>

{% hint style="info" %}
The SPF check for your mail is covered by the domain verification record. There is no need to add a separate SPF record on your sending domain.
{% endhint %}
{% endstep %}

{% step %}
Copy the **Name** and **Value** for each record one by one. You can do this by hovering and clicking each record.

<div align="left" data-with-frame="true"><img src="/files/ZyYBqOS0YV52ogWc8gcu" alt="" width="563"></div>
{% endstep %}

{% step %}
Paste the the values into Cloudflare. Remember that Cloudflare refers to the Value field as **Target** for **CNAME records** and **Content** for **TXT records**.

<div align="left" data-with-frame="true"><img src="/files/7G5Jn39q2sWp4gaNf8lV" alt="" width="563"></div>
{% endstep %}

{% step %}
If you're not using a proxy, make sure you disable it. By default, it will be enabled.

<div align="left" data-with-frame="true"><img src="/files/mt7R53aAdrBRkenqHdmz" alt=""></div>
{% endstep %}

{% step %}
Use the default value for **TTL**.

Click **Save** and repeat the process for all the remaining DNS records.
{% endstep %}

{% step %}
Then, **return to Mailtrap**. Some records may be verified immediately, while some may take more time. Mailtrap will check the DNS records automatically every hour, but you can force a check by clicking the Re-check DNS Records button.

<div align="left" data-with-frame="true"><img src="/files/yOkOOr8kFF1BtqrC4A8c" alt="" width="563"></div>
{% endstep %}

{% step %}
If you add all the required DNS records correctly, the Status of DNS records will change from **Missing** to **Verified**, and the red dots will turn green.

<div align="left" data-with-frame="true"><img src="/files/3v5RYNfVPtqQwMPhrFDo" alt="" width="563"></div>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If you have additional questions, consult the official [Cloudflare documentation](https://developers.cloudflare.com/dns/manage-dns-records/how-to/create-dns-records/) or contact us at <support@mailtrap.io>
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.mailtrap.io/email-api-smtp/setup/sending-domain/cloudflare.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
