> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.ex2.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to Authenticate your domain with MailerLite

Authenticating your domain with MailerLite helps improve your email deliverability and ensures that your marketing emails are sent securely on behalf of your domain. 
This process involves adding a few [DNS](https://help.ex2.com/en/article/what-is-the-domain-name-system-or-dns-oen40o/?bust=1784819338957) records (TXT and [CNAME](https://help.ex2.com/en/article/what-is-a-cname-record-10tdlub/?bust=1784819874395)) to your domain’s DNS Management zone from your Client Area.

**Step 1: Add Your Domain in MailerLite**

1. Log in to your MailerLite account.

2. Navigate to Account Settings >> Domains >> click add domain

3. Enter the email address you wish to use to send emails from and click Save.


4. A popup will appear, prompting you to start the authentication process. Choose the option “Or manually authenticate your domain”


**Step 2: Copy the Required DNS Records from MailerLite**

MailerLite typically provides three DNS records for authentication — one TXT record for domain verification, a CNAME record for DKIM authentication, and one SPF record.



| **#** | **Record Purpose** | **Name / Host** | **Type** | **Valu** |
| 1 | Domain Verification | @ | TXT | mailerlite-domain-verification=e1xxxxxx691a7xxxxxxxxxb82xxxxxx703xxxxxd |
| 2 | DKIM | litesrv._domainkey | CNAME | litesrv._domainkey.mlsend.com |
| 3 | SPF | @ | TXT | v=spf1 include:_spf.mlsend.com -all |



**Step 3: Access the DNS Management Interfac**


1. Log in to your [Client Area](https://www.ex2.com/clients/).

2. Navigate to My Domains.

3. Locate the domain name you wish to manage.

4. Click on the three dots (⋮) next to the domain and select Manage Domain.


![](https://storage.crisp.chat/users/helpdesk/website/-/5/2/4/2/52421894134f0400/image_15osz1i.png)


5. On the **Domain Overview** page, click DNS Management  from the available options..

![](https://storage.crisp.chat/users/helpdesk/website/-/5/2/4/2/52421894134f0400/image_7ap4t5.png)





 You will be redirected to the DNS Zone Editor interface, where you can view and modify DNS records for your domain.



**Step 4: Add the MailerLite DNS records**


Click Add a Line to create a new record for each entry.

1. Add the MailerLite Verification TXT Record

**Name/Host:** Enter the domain name (example.com)
**Type:** Choose TXT the dropdown menu
**Value:** Enter the value of domain verification code
mailerlite-domain-verification=e1xxxxxx691a7xxxxxxxxxb82xxxxxx703xxxxxd
**TTL :** If you have a preferred TTL value, enter it. The system requires a TTL between 60 and 2,419,200 seconds
Example: 3600

2. Add the DKIM Record

Name/Host: Enter the value provided by Mailerlite followed by domain name
litesrv._domainkey.example.com
Type: CNAME
Value: litesrv._domainkey.mlsend.com
**TTL :** If you have a preferred TTL value, enter it. The system requires a TTL between 60 and 2,419,200 seconds
Example: 3600

3. Add the SPF Record

Name/Host: Enter the domain name (example.com)
Type: TXT
Value: v=spf1 include:_spf.mlsend.com ~all
TTL: Recommended: 3600 seconds


**Note:** Be sure to enter the complete subdomain name in the **Name** field when adding DNS records.(for example: litesrv._domainkey[__.example.com__](http://.example.com) not just litesrv._domainkey ).

![](https://storage.crisp.chat/users/helpdesk/website/-/5/2/4/2/52421894134f0400/image_1aqs81z.png)



**Step 5: Verify DNS Propagation**

After adding the records, use a [__DNS checker tool__](https://dnschecker.org/) to confirm that your DKIM and DMARC records have propagated.
This process can take anywhere from a few minutes to 24 hours depending on your DNS provider.



**Step 6: Validate your domain in Mailerlite**

Once the DNS records have fully propagated, head back to your MailerLite Domains tab and click on the Authenticate button for the domain you want to authenticate. If the authentication is successful, you’ll see an **“Authenticated”** label displayed next to your domain.




