How to Update DNS Settings in Popular Providers

It is important to make the required changes to your DNS settings to ensure you get the best deliverability when using Transpond. There are 5 important DNS records you will need to add or edit:

  • SPF and DKIM - To authenticate your Email Domain.
  • Tracking domain - To help with custom link tracking.
  • CDN domain - To host your images and media.
  • DMARC - To help prevent spoofing and phishing.

Each DNS provider has slightly different steps in order to add or edit DNS records. Below is a list of some of the most popular DNS providers and the steps you need to use to set up DNS records with them.

Who can use this feature? All Staff

Available on: Free, Starter, Growth, Advanced and Ultimate

123-Reg BlueHost CloudFlare DreamHost GoDaddy
GreenGeeks Heart Internet Hostgator Hosting.com Hostinger
Hover Ionos InMotion NameCheap SiteGround

📙 If you are looking for help on how to add and manage domains inside Transpond, you can read our article on Adding Your Domains.

123-Reg

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 add and update your DNS records in 123-Reg

  1. Login to your 123-Reg account
  2. Select your domain from the drop down > click MANAGE

123-1.png

  1. Under Advanced Domain Settings, click MANAGE DNS

123-2.png

  1. On the ADVANCED DNS tab, choose Add New Record
  2. Fill out the relevant details for the record you want to add:

    - HOSTNAME:  If you are using a subdomain enter it in the hostname field, otherwise leave it blank

    - TYPE: Select the record type (CNAME, TXT, ANAME, etc)

    - DESTINATION: Enter the value we have given you. For example the Tracking Domain name, the SPF record value, etc.

123-cname.png

  1. Click the Add button to save your changes.

BlueHost

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 add and update your DNS records in BlueHost

  1. Login to your BlueHost Control Panel
  2. Click the Domains tab from the left menu
  3. Find your domain the domains drop down, and click the down arrow
  4. Choose DNS from the drop down menu

  1. Scroll down to locate the record type you wish to update (A,TXT, CNAME etc), and click the Add Record button

  1. Fill out the relevant details for the record you are adding:

    - HOST RECORD: If you are using a subdomain enter it in the hostname field, otherwise leave it blank

    - POINTS TO: Enter the value we have given you. For example the Tracking Domain name, the SPF record value, etc.

  2. Click the Add button to save your changes.

CloudFlare

What details do I need?

Below is a list of the types of records you need to create or edit.

Type Name Value
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.
  • All the DNS records for Transpond need to be set to DNS Only as opposed to Proxied.

How to add and update your DNS records in CloudFlare

  1. Login to your CloudFlare account.
  2. Go to DNS > Records.
  3. Select Add record to create a new one, or click Edit next to an existing record to update it.

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.

  1. Choose a record type.

How to setup a DKIM record in CloudFlare

  1. Select CNAME Record record from the 'Type' drop down.
  2. In the 'Name' field, enter mp1._domainkey           
  3. In the 'Target' field, enterdkim.ourmailsender.com           
  4. Under 'Proxy Status', turn it off so it's set to DNS Only.
  5. Click Save and you're done.

How to setup an SPF record in CloudFlare

  1. First look to see if you have an existing SPF record or not. 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.
  2. If you don't have an existing one, click to Add new record
  3. Select TXT Record from the drop down
  4. In the 'Name' field, enter @           
  5. In the 'Target' field,
    1. if creating as new SPF record, enter v=spf1 include:spf.ourmailsender.com ?all    .
    2. If editing an existing SPF record, just add include:spf.ourmailsender.com    at the end, before the part that says ?all    .
  6. Under 'Proxy Status', turn it off so it's set to DNS Only.
  7. Click Save.

How to setup a DMARC record in CloudFlare

  1. Select TXT Record from the drop down.
  2. In the 'Name' field, enter _dmarc           
  3. In the 'Value' field, add your DMARC record. 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
  4. Under 'Proxy Status', turn it off so it's set to DNS Only.
  5. Click Save.

How to setup a Tracking Domain record in CloudFlare

  1. Select CNAME Record from the drop down.
  2. In the 'Name' field, enter mptrack.yourdomain.com   . Replace yourdomain.com with your own domain.
  3. In the 'Value field, type api.transpond.io           
  4. Under 'Proxy Status', turn it off so it's set to DNS Only.
  5. Click Save.

How to setup a CDN domain record in CloudFlare

  1. Select CNAME Record from the drop down.
  2. In the 'Name' field, enter mpcdn.yourdomain.com   . Replace yourdomain.com with your own domain.
  3. In the 'Value' field, type cdn1.ourmailsender.com           
  4. Under 'Proxy Status', turn it off so it's set to DNS Only.
  5. Click the green check mark to save the changes.

DreamHost

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 add and update your DNS records in DreamHost

  1. Login to the DreamHost control panel
  2. Navigate to the Manage Websites page
  3. Click the DNS Settings link

  1. Choose Add Record

  1. At the top of the DNS Zone Editor section you will see a place to create new records.

  1. Fill in the relevant details for the record you are adding.

    - TYPE: Select the record type (CNAME, TXT, ANAME, etc)

    - NAME:  If you are using a subdomain enter it in the hostname field, otherwise leave it blank

    - POINTS TO: Enter the value we have given you. For example the Tracking Domain name, the SPF record value, etc.

  2. Click the Add button to save the changes.

GoDaddy

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 add and update your DNS records in GoDaddy

  1. Log in to your GoDaddy account
  2. Click Domain on the left-hand side of the screen
  3. Click DNS to see your existing DNS records

How to setup a DKIM record in GoDaddy

  1. Click Add New Record and select CNAME from the 'Type' dropdown menu
  2. In the 'Name' field, enter mp1._domainkey           
  3. In the 'Value' field, enterdkim.ourmailsender.com           
  4. Click Save

How to setup an SPF record in GoDaddy

  1. 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 4b.
  2. If you do not have an existing SPF record, click Add New Record and select TXT from the 'Type' dropdown menu
  3. In the 'Name' field, enter @           
  4. In the 'Value' field:
    1. if creating as new SPF record, enter v=spf1 include:spf.ourmailsender.com ?all           
    2. if editing an existing SPF record, just add include:spf.ourmailsender.com            at the end, before the part that says ?all           
  5. Click Save

How to setup a DMARC record in GoDaddy

  1. Click Add New Record and select TXT from the 'Type' dropdown menu
  2. Enter _dmarc            in the 'Name' field
  3. Add your DMARC record in the 'Value' 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
  4. Click Save

How to setup a Tracking Domain record in GoDaddy

  1. Click Add New Record and select CNAME from the 'Type' dropdown menu
  2. In the 'Name' field, enter mptrack.yourdomain.com            (replace yourdomain.com            with your actual domain)
  3. In the 'Value' field, enterapi.transpond.io           
  4. Click Save

How to setup a CDN Domain record in GoDaddy

  1. Click Add New Record and select CNAME from the 'Type' dropdown menu
  2. In the 'Name' field, enter mpcdn.yourdomain.com     (replace yourdomain.com    with your actual domain)
  3. In the 'Value' field, entercdn1.ourmailsender.com           
  4. Click Save

GreenGeeks

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 add and update your DNS records in GreenGeeks

  1. Login to the GreenGeeks control panel
  2. Click the cPanel login button
  3. In the Domain section, click the Zone Editor button
  4. Choose Manage next to the Domain you would like to make changes to
  5. Click the Add Record button at the top of the page.

    - RECORD TYPE: Select the record type (CNAME, TXT, ANAME, etc)

    - HOST:  If you are using a subdomain enter it in the hostname field, otherwise leave it blank

    - VALUE: Enter the value we have given you. For example the Tracking Domain name, the SPF record value, etc.

  6. Click the Add button to save your changes

Heart Internet


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 Heart Internet

  1. Login to your Heart Internet account
  2. Choose Manage Domain Names

heart-1.png

  1. Select your domain name > Manage Now

heart-2.png

  1. Choose DNS Management

heart-3.png

How to add a new record in Heart Internet

  1. Scroll down to the Create New A/AAAA/CNAME section.

heart-cname.png

  1. Fill in the relevant details of the record you want to add:

    - SUB DOMAIN:  If you are using a subdomain enter it in the hostname field, otherwise leave it blank

    - ADDRESS: Enter the value we have given you. For example the Tracking Domain name, the SPF record value, etc.

  2. Click the Add button to save your changes

HostGator

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 HostGator

  1. Login to the Hostgator control panel
  2. Slect Domains from the left menu
  3. On the Domains page, choose the Domain you would like to manage
  4. At the top of the next page click DNS Management

How to add a new record in HostGator

  1. Click the Add DNS Record button located at the top of the DNS Management page.

  1. Fill in the relevant details for the record you want to add:

    - RECORD TYPE: Select the record type (CNAME, TXT, ANAME, etc)

    - HOST: If you are using a subdomain enter it in the hostname field, otherwise leave it blank

    - VALUE: Enter the value we have given you. For example the Tracking Domain name, the SPF record value, etc.

  2. Click the Add button to save your changes.

Hosting.com

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 Hosting.com

  1. Login to the Hosting.com Control Panel
  2. Click Websites & Domains in the left menu > DNS Settings

How to add a new record in Hosting.com

  1. Click the Add Record button 
  2. Fill in the relevant details for the record you want to add:

    - RECORD TYPE: Select the record type (CNAME, TXT, ANAME, etc)

    - HOST or DOMAIN NAME: If you are using a subdomain enter it in the hostname field, otherwise leave it blank

    - VALUE: Enter the value we have given you. For example the Tracking Domain name, the SPF record value, etc.

  3. Click the Add button to save your changes.

Hostinger

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 Hostinger

  1. Log into your Hostinger account
  2. Click on Hosting > Manage

  1. Scroll down and choose the DNS Zone Editor tile

How to add a new record in Hostinger

  1. At the top of the DNS Zone Editor section, choose Add Record

  1. Fill in the relevant details for the record you want to add:

    - TYPE: Select the record type (CNAME, TXT, ANAME, etc)

    - NAME: If you are using a subdomain enter it in the hostname field, otherwise leave it blank

    - POINTS TO: Enter the value we have given you. For example the Tracking Domain name, the SPF record value, etc.

  2. Click the Add button to save your changes.

Hover

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 Hover

  1. Login to your Hover domain control panel.
  2. Click on DNS at the top of the page with your domain info

How to add a new record in Hover

Choose the ADD A RECORD button to create a 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 Hover

  1. Select CNAME Record record from the 'Type' drop down.
  2. In the HOSTNAME field, enter mp1._domainkey           
  3. In the TARGET NAME field, enterdkim.ourmailsender.com           
  4. Click ADD RECORD to save your changes.

How to setup an SPF record in Hover

  1. First look to see if you have an existing SPF record or not. 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.
  2. If you don't have an existing one, click to Add new record
  3. Select TXT Record from the 'Type' drop down
  4. In the HOSTNAME field, enter @           
  5. In the 'Content' field,
    1. if creating as new SPF record, enter v=spf1 include:spf.ourmailsender.com ?all    
    2. If editing an existing SPF record, just add include:spf.ourmailsender.com     at the end, before the part that says ?all    
  6. Click ADD RECORD to save the changes.

How to setup a DMARC record in Hover

  1. Select TXT Record from the 'Type' drop down
  2. Enter _dmarc     in the HOSTNAME field
  3. Add your DMARC record in the 'Content' 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
  4. Click ADD RECORD to save the changes.

How to setup a Tracking domain record in Hover

  1. Select CNAME Record from the 'Type' drop down.
  2. Enter mptrack.yourdomain.com    in the HOSTNAME field. Replace yourdomain.com with your own domain.
  3. Add api.transpond.io            in the TARGET NAME field.
  4. Click ADD RECORD to save the changes.

How to setup a CDN domain record in Hover

  1. Select CNAME Record from the 'Type' drop down.
  2. Enter mpcdn.yourdomain.com    in the HOSTNAME field. Replace yourdomain.com with your own domain.
  3. Add cdn1.ourmailsender.com    in the TARGET NAME field
  4. Click ADD RECORD to save the changes.

Ionos

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 Ionos

  1. Login to your Ionos account.
  2. Go to the Domain and SSL section.
  3. Click on the gear icon under Actions > DNS

How to add a new record in Ionos

Click the button to Add 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 Ionos

  1. Select CNAME Record record under 'Type'.
  2. In the 'Host' field, enter mp1._domainkey           
  3. In the 'Target' field, enterdkim.ourmailsender.com           
  4. Click Save.

How to setup an SPF record in Ionos

  1. First look to see if you have an existing SPF record or not. 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.
  2. If you don't have an existing one, click to Add record
  3. Select TXT Record under 'Type'.
  4. In the 'Host' field, enter @           
  5. In the 'Value' field,
    1. if creating as new SPF record, enter v=spf1 include:spf.ourmailsender.com ?all            .
    2. If editing an existing SPF record, just add include:spf.ourmailsender.com            at the end, before the part that says ?all            .
  6. Click Save.

How to setup a DMARC record in Ionos

  1. Select TXT Record under 'Type'.
  2. Enter _dmarc            in the Host field
  3. 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
  4. Click Save.

How to setup a Tracking domain record in Ionos

  1. Select CNAME Record under 'Type'.
  2. Enter mptrack.yourdomain.com    in the Host field. Replace yourdomain.com with your own domain.
  3. Add api.transpond.io    in the Target field
  4. Click Save.

How to setup a CDN domain record in Ionos

  1. Select CNAME Record under 'Type'.
  2. Enter mpcdn.yourdomain.com            in the Host field. Replace yourdomain.com with your own domain.
  3. Add cdn1.ourmailsender.com            in the Target field
  4. Click Save.

InMotion


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 InMotion

  1. Login to the InMotion Control Panel
  2. Select DNS > Add/Delete Records

How to add a new record in InMotion

  1. Select the domain you are working on from the drop down menu
  2. Choose the type of record from the tabs along the top (A, AAA, CNAME, TXT etc)

  1. Fill in the relevant details for the record you want to add:

    - NAME  If you are using a subdomain enter it in the hostname field, otherwise leave it blank

    - VALUE: Enter the value we have given you. For example the Tracking Domain name, the SPF record value, etc.

  2. Click the Add button to save your changes.

NameCheap

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

  1. Log in to your Namecheap account.
  2. Click on Domain List left the panel
  3. Use the button to Manage next to your domain
  4. 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

  1. Select CNAME Record record from the drop down.
  2. In the 'Host' field, enter mp1._domainkey           
  3. In the 'Target' field, enterdkim.ourmailsender.com           
  4. Click the green check mark to save the changes.

How to setup an SPF record in NameCheap

  1. 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.
  2. If you don't have an existing one, click to Add new record
  3. Select TXT Record from the drop down
  4. In the 'Host' field, enter @           
  5. In the 'Value' field,
    1. if creating as new SPF record, enter v=spf1 include:spf.ourmailsender.com ?all    
    2. If editing an existing SPF record, just add include:spf.ourmailsender.com     at the end, before the part that says ?all     
  6. Click the green check mark to save the changes.

How to set up a DMARC record in NameCheap

  1. Select TXT Record from the drop down
  2. Enter _dmarc     in the Host field
  3. 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
  4. Click the green check mark to save the changes.

How to setup a Tracking domain record in NameCheap

  1. Select CNAME Record from the drop-down
  2. Enter mptrack.yourdomain.com     in the Host field. Replace yourdomain.com with your own domain.
  3. Add api.transpond.io    in the Target field
  4. Click the green check mark to save the changes.

How to setup a CDN domain record in NameCheap

  1. Select CNAME Record from the drop down
  2. Enter mpcdn.yourdomain.com    in the Host field. Replace yourdomain.com with your own domain.
  3. Add cdn1.ourmailsender.com    in the Target field
  4. Click the green check mark to save the changes.

SiteGround

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 SiteGround

  1. Login to the SiteGround control panel
  2. Go to Site Tools > Domain
  3. Choose DNS Editor

How to add a new record in SiteGround

  1. Go to the Create a new record area
  2. Click the tab that relates to the type of record you are creating. Options are A, AAAA, CNAME. MX, SRV, TXT

  1. Fill in the relevant details for the record you want to add:

    - NAME: If you are using a subdomain enter it in the hostname field, otherwise leave it blank

    - RESOLVES TO: Enter the value we have given you. For example the Tracking Domain name, the SPF record value, etc.

  2. Click the Add button to save your changes
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.