NameCheap Domain Authentication

Each DNS provider has slightly different steps in order to add or edit DNS records. Below is a list of steps you need to use to set up DNS records with NameCheap.
Who can use this feature? All Staff
Available on: Free, Starter, Growth, Advanced and Ultimate
What details do I need?
Below is a list of the types of records you need to create or edit.
| Type | HOSTNAME | TARGETNAME / Content |
| CNAME | mp1._domainkey | dkim.ourmailsender.com |
| TXT | @ | v=spf1 include:spf.ourmailsender.com ?all |
| CNAME | mptrack.yourdomain.com | api.transpond.io |
| CNAME | mpcdn.yourdomain.com | cdn1.ourmailsender.com |
| TXT | _dmarc | v=DMARC1; p=... |
Make sure to replace yourdomain.com with your own domain.
How to view your DNS records in NameCheap
- Log in to your Namecheap account.
- Click on Domain List left the panel
- Use the button to Manage next to your domain
- Switch to the Advanced DNS tab.
How to add a new record in NameCheap
To create a new record, click the button to Add new record. If you have an existing SPF record then make sure to edit it, and include just the include:spf.ourmailsender.com part of it in the Value/Target.
How to setup a DKIM record in NameCheap
- Select CNAME Record record from the drop down.
- In the 'Host' field, enter
mp1._domainkey - In the 'Target' field, enter
dkim.ourmailsender.com - Click the green check mark to save the changes.

How to setup an SPF record in NameCheap
- First, check if you have an existing SPF record. It will be a TXT record that starts with
v=spf1. If you do, click to edit the Value for the existing one and move on to step 5. - If you don't have an existing one, click to Add new record
- Select TXT Record from the drop down
- In the 'Host' field, enter
@ - In the 'Value' field,
- if creating as new SPF record, enter
v=spf1 include:spf.ourmailsender.com ?all - If editing an existing SPF record, just add
include:spf.ourmailsender.comat the end, before the part that says?all
- if creating as new SPF record, enter
- Click the green check mark to save the changes.

How to set up a DMARC record in NameCheap
- Select TXT Record from the drop down
- Enter
_dmarcin the Host field - Add your DMARC record in the 'Target' field. It normally starts with
v=DMARC1; p=.... If you haven't yet generated a DMARC record then you can use one of the free tools online to set one up, such as DMARC Generator: https://dmarcgenerator.com - Click the green check mark to save the changes.

How to setup a Tracking domain record in NameCheap
- Select CNAME Record from the drop-down
- Enter
mptrack.yourdomain.comin the Host field. Replace yourdomain.com with your own domain. - Add
api.transpond.ioin the Target field - Click the green check mark to save the changes.

How to setup a CDN domain record in NameCheap
- Select CNAME Record from the drop down
- Enter
mpcdn.yourdomain.comin the Host field. Replace yourdomain.com with your own domain. - Add
cdn1.ourmailsender.comin the Target field - Click the green check mark to save the changes.
