How to add a DNS TXT record at your DNS provider
How to add a DNS TXT record at your DNS provider
To verify that your account controls a domain (for example when setting up SSO verified email domains), SimplyPrint asks you to publish a small DNS record and then click Verify. This guide explains what a DNS record is, what you'll be entering, and exactly where to add it at the most popular DNS providers.
What a DNS record is
DNS is the system that turns a domain name like acme.com into the addresses computers use to find your website and email. A DNS record is a single entry in that system. A TXT record is a type of record that just holds a piece of text, which is perfect for proving ownership: you publish a text value we give you, and we read it back to confirm you control the domain.
Your DNS records live wherever your domain's nameservers are managed. That is often the registrar where you bought the domain (such as GoDaddy or Namecheap), but not always. Some domains are bought in one place and have their DNS managed somewhere else, like Cloudflare or a separate DNS host. You make the change in whichever dashboard manages your DNS.
What you'll be entering
Every DNS provider asks for the same few things. The SimplyPrint screen shows you the exact values to use, so copy them across carefully.
- Type - choose
TXT. - Name (sometimes called Host, Hostname, or Record name) - this is the part before your domain. SimplyPrint shows a full host like
_simplyprint.acme.com, but most providers automatically add your domain for you. So in the field you usually enter only the prefix,_simplyprint, not the whole thing. If your provider does not auto-add the domain, enter the full host instead. - Value (sometimes called Content or Data) - the text we give you, for example
simplyprint-verification=<token>. Paste it exactly, with no extra spaces. - TTL - how long the record is cached. You can leave this at the default or Auto.
Find out who hosts your DNS
If you don't know where to make the change, check your domain's nameservers. You can look them up with any public "whois" or DNS lookup tool by searching for your domain's nameserver (NS) records. The nameservers tell you who is in charge of your DNS, which is not always who you bought the domain from. For example, if your nameservers end in cloudflare.com, then Cloudflare manages your DNS and you make the change in Cloudflare, even if you bought the domain elsewhere. If they point at your registrar, make the change there.
Cloudflare
In Cloudflare you enter only the prefix in the Name field. Cloudflare adds your domain automatically. Use@ for the root domain.- Log in to Cloudflare and select your domain (the zone).
- Go to DNS > Records.
- Click Add record.
- Set Type to
TXT. - In Name, enter just
_simplyprint. - In Content, paste the value from SimplyPrint exactly.
- Leave TTL at Auto and click Save.
Cloudflare's guide: Create DNS records.
GoDaddy
In GoDaddy you enter only the prefix in the Name field. GoDaddy adds your domain automatically. Use@ for the root domain.- Sign in to GoDaddy and open your Domain Portfolio.
- Select your domain to open its Domain Settings, then choose DNS.
- Click Add New Record.
- Choose TXT as the Type.
- In Name, enter just
_simplyprint. - In Value, paste the value from SimplyPrint exactly.
- Leave TTL at the default and click Save.
GoDaddy's guide: Add a TXT record.
Namecheap
In Namecheap you enter only the prefix in the Host field. Namecheap adds your domain automatically. Use@ for the root domain.- Log in to Namecheap and open Domain List.
- Click Manage next to your domain, then open the Advanced DNS tab.
- Under the host records, click Add New Record.
- Set the record type to TXT Record.
- In Host, enter just
_simplyprint. - In Value, paste the value from SimplyPrint exactly.
- Click the Save All Changes (green tick) to confirm.
Namecheap's guide: How do I add TXT/SPF/DKIM/DMARC records for my domain?.
Squarespace (formerly Google Domains)
If you bought your domain through Google Domains, it is now managed in Squarespace. Log in at squarespace.com and use the domains dashboard, with the same steps below.@ for the root domain.- Log in to Squarespace and open your domains dashboard.
- Click the domain name, then open DNS > DNS Settings.
- Scroll to the Custom Records section.
- Click Add record and choose
TXTas the type. - In Name, enter just
_simplyprint. - In Value, paste the value from SimplyPrint exactly, then click Save (you may be asked to re-enter your password first).
Squarespace's guide: Adding TXT records.
IONOS
In IONOS you enter only the prefix in the Host name field. IONOS adds your domain automatically. Use@ for the root domain.- Log in to IONOS and go to Domains & SSL.
- For your domain, click the gear icon in the Actions column and choose DNS.
- Click Add Record and choose TXT as the Type.
- In Host name, enter just
_simplyprint. - In Value, paste the value from SimplyPrint exactly.
- Leave TTL at the default and save.
IONOS's guide: Managing TXT records.
AWS Route 53
In Route 53, do not type@ for the root domain. For an apex record you leave the Record name blank. For our subdomain record you still enter just the prefix.- Sign in to the AWS console and open Route 53.
- In the left menu choose Hosted zones, then select your domain's hosted zone.
- Click Create record.
- In Record name, enter just
_simplyprint(the zone name is shown next to the field and added for you). - Set Record type to TXT.
- In Value, paste the value from SimplyPrint exactly, keeping the quotation marks if shown.
- Click Create records.
Route 53's guide: Creating records by using the console.
Wix
In Wix, do not type@ for the root domain. For an apex record you leave the Host Name blank. For our subdomain record you enter just the prefix. You can only edit DNS in Wix if your domain uses Wix nameservers. If your domain is only pointed to Wix, add the record at your original registrar instead.- Go to Domains in your Wix account.
- Click the Domain Actions icon next to your domain and choose Manage DNS Records.
- Find the TXT (Text) section and click Add Record.
- In Host Name, enter just
_simplyprint. - In Value / Text, paste the value from SimplyPrint exactly.
- Save your changes.
Wix's guide: Adding or updating TXT records in your Wix account.
My provider isn't listed
The steps are the same everywhere. Find your DNS or zone records management page, add a new record, set the type to TXT, put the prefix (or full host) in the Name field, paste the value, and save. If your provider's help center has an article on adding a TXT record, follow that for the exact button names.
Verify after adding
Once the record is saved, come back to SimplyPrint and click Verify.
If it keeps failing, double-check that the Name and Value match what SimplyPrint shows exactly, with no extra spaces and no stray quotation marks. You can confirm the record is live using a public DNS lookup tool, such as dnschecker.org or Google's Dig tool, by searching for the TXT record on your host (for example _simplyprint.acme.com). Once the lookup shows your value, verification will succeed.
Related articles
Updated on: 13/06/2026
Thank you!