> For the complete documentation index, see [llms.txt](https://kasplo.gitbook.io/kasplo-doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kasplo.gitbook.io/kasplo-doc/product-docs/welcome-to-the-support-documentation/dns-configuration-help-articles-kasplo.md).

# DNS Configuration Help Articles – Kasplo

This guide explains the DNS configuration steps required to set up your domain for optimal email delivery using Kasplo. It covers CNAME, DMARC, DKIM, and Google & Yahoo Postmaster setup.

### 1. CNAME Record

**Purpose:** A CNAME record allows your domain to point to Kasplo’s email infrastructure. This helps in tracking email delivery, handling bounces, and verifying your sending domain.

**Kasplo Setup:**

* Add the CNAME record provided by Kasplo in your domain’s DNS settings.
* **Example format:**&#x20;

```
// send.yourdomain.com → bounce.ksplcloud.com
```

* **Note:** Only one CNAME per subdomain is required.

### 2. Click Tracking CNAME Record (Custom Domain)

**Purpose:** This record enables custom click tracking using your own domain instead of a default Kasplo tracking domain. It improves brand trust and can enhance email deliverability.

**Kasplo Setup:**

* Add the following CNAME record to configure your custom click tracking domain.

**Record Details:**

* Record Type: CNAME
* Host/Name: connect.yourdomain.com
* Value: (Kasplo tracking domain provided to you)
* TTL: 600

**Example:**

```
// connect.yourdomain.com → tracking.ksplcloud.com
```

**Note:**

* Ensure the subdomain (e.g., <mark style="color:$success;">connect</mark>) is not already in use.
* This setup is optional but highly recommended for branded tracking links.

### 3. DMARC Record

**Purpose:** DMARC ensures that emails sent from your domain are authenticated and prevents spam or phishing using your domain.

**Kasplo Setup:**

* If your domain does not have a DMARC record, add Kasplo’s DMARC record.
* If your domain already has a DMARC record, do not overwrite it; Kasplo emails will respect your existing configuration.
* Example DMARC record provided by Kasplo:

```
//  v=DMARC1; p=quarantine; rua=mailto:dmarc@kasplo.in; ruf=mailto:admin@yourdomain.com; adkim=r; aspf=r

```

### 4. DKIM Record

**Purpose:** DKIM (DomainKeys Identified Mail) allows your domain to sign emails cryptographically so recipient servers can verify they come from you. This improves email deliverability and authenticity.

**Kasplo Setup:**

* Add the DKIM TXT record provided by Kasplo to your domain DNS.
* **Example:**

```
//  k1._domainkey.yourdomain.com → DKIM public key from Kasplo
```

### 5. Google Postmaster

**Purpose:** Google Postmaster Tools allow you to monitor your domain’s email reputation, spam rates, and delivery metrics to Gmail inboxes.

**Kasplo Setup:**

* Verify your domain in Google Postmaster Tools using the provided TXT or CNAME record.
* This helps track email performance and improve Gmail deliverability.

### 6. Yahoo Postmaster

**Purpose:** Yahoo Postmaster provides insights into email delivery and reputation for Yahoo Mail recipients.

**Kasplo Setup:**

* Add the TXT record provided by Kasplo to verify your domain in Yahoo Postmaster.
* This ensures your emails to Yahoo recipients are delivered reliably and monitored for issues.

{% hint style="info" icon="paper-plane" %}
If any support is needed, contact: [HelpDesk | Kasplo](mailto:helpdesk@kasplo.com)
{% endhint %}
