In this article, I am going to tell you How to Add a DMARC Record in GoDaddy. so if you want to know about it, then keep reading this article. Because I am going to give you complete information about it.
DMARC (Domain-based Message Authentication, Reporting, and Conformance) is a crucial email authentication protocol that helps protect your domain from email spoofing and phishing. In this article, we will walk you through the steps to add a DMARC record to your domain hosted on GoDaddy.

Today’s article focuses on the same, i.e., “How to Add a DMARC Record in GoDaddy”. The articles entail each bit of information necessary for you to know.
Let’s get started!
Table of Contents
How to Add a DMARC Record in GoDaddy?
To add a DMARC record in GoDaddy, below is step-by-step information.
1. Log in to Your GoDaddy Account:
- Go to the GoDaddy website and log in with your username and password.
2. Access Your Domain Settings:
- Once logged in, click on your name in the upper-right corner and select “My Products” from the dropdown menu.
- Under “Domains,” find the domain you want to add the DMARC record to and click on the “DNS” button next to it.
3. Manage DNS Settings:
- In the DNS Management page, you will see a list of your current DNS records. Scroll down to the bottom and click on “Add” to create a new record.
4. Create the DMARC Record:
- Type: Select “TXT” from the dropdown menu.
- Name: Enter
_dmarc
. (This is a subdomain where the DMARC policy will be applied.) - Value: Enter your DMARC policy. A basic DMARC policy looks like this:
v=DMARC1; p=none; rua=mailto:your-email@example.com
. Here’s a breakdown of the components:v=DMARC1
: Specifies the DMARC version.p=none
: Policy for the domain (none, quarantine, or reject).rua=mailto:your-email@example.com
: Email address to receive aggregate reports.
- TTL: Set it to 1/2 hour.

Example DMARC Record:
Type: TXT
Name: _dmarc
Value: v=DMARC1; p=quarantine; rua=mailto:dmarc-reports@example.com; ruf=mailto:forensic-reports@example.com; pct=100; sp=none; adkim=r; aspf=r
TTL: 1 Hour
5. Save the DMARC Record:
- After entering the details, click on “Save” to add the DMARC record.
6. Verify the DMARC Record:
- It may take some time for the DNS changes to propagate. To verify that your DMARC record has been correctly added, you can use online tools like MXToolbox or DMARC Analyzer.
Creating a DMARC Policy:
- Policy (p): This defines the action to be taken if emails fail the DMARC check. Options include:
none
: No action, just monitor.quarantine
: Mark the email as spam/junk.reject
: Reject the email outright.
- Aggregate Reports (rua): Specifies where to send aggregate reports. Format:
mailto:your-email@example.com
. - Forensic Reports (ruf): Specifies where to send forensic reports. Format:
mailto:your-email@example.com
. - Percentage (pct): Specifies the percentage of emails to apply the policy to. Default is 100%.
- Subdomain Policy (sp): Applies to subdomains. Options are the same as the main policy.
- DKIM Alignment (adkim): Strict (s) or relaxed (r) alignment for DKIM.
- SPF Alignment (aspf): Strict (s) or relaxed (r) alignment for SPF.
Conclusion:)
Adding a DMARC record to your GoDaddy-hosted domain is a straightforward process that can significantly enhance your domain’s email security. By following the steps outlined above, you can help protect your domain from email spoofing and ensure that your emails are properly authenticated.
Further Reading:
Read also:)
- What is DMARC Record: A-to-Z Guide for Beginners!
- How to Set Up a DMARC Record: A-to-Z Guide for Beginners!
- What is DKIM Record: A-to-Z Guide for Beginners!
So hope you liked this article on How to Add a DMARC Record in GoDaddy. And if you still have any questions or suggestions related to this, then you can tell us in the comment box below. Thank you so much for reading this article.