GoDaddy DNS Setup Guide
Step-by-step instructions for configuring DNS records in GoDaddy
Setting Up DNS Records in GoDaddy
This guide will walk you through adding the necessary DNS records to your GoDaddy domain to verify ownership and enable email authentication for Brew.
For official documentation from GoDaddy, please visit their Manage DNS Records help page.
Prerequisites
- A GoDaddy account with access to your domain settings
- Your domain added to Brew (from the Set Sending Domain step)
Step-by-Step Instructions
Log in to GoDaddy
Go to GoDaddy.com and log in to your account.
Access your domain's DNS settings
- Click on “My Products” in the top navigation
- Find your domain in the list and click on “DNS”
- This will take you to the DNS Management page
Add MX Record
- In the “Records” section, click “Add”
- Select “MX” from the Type dropdown
- For the Host field, enter the subdomain name you’re using with Brew (e.g., “mail” or “news”)
- For the Points to field, paste the MX value from your Brew dashboard
- Set Priority to 10
- Set TTL to 1 Hour
- Click “Save”
GoDaddy sometimes requires a full hostname in the Points to field. If you encounter an error, try adding a period (.) at the end of the hostname.
Add SPF Record (TXT)
- Click “Add” again
- Select “TXT” from the Type dropdown
- For the Host field, enter the same subdomain you used for the MX record
- For the TXT Value field, paste the SPF value from your Brew dashboard
- Set TTL to 1 Hour
- Click “Save”
The SPF record value should look something like v=spf1 include:spf.getbrew.ai ~all
Add DKIM Records (CNAME)
For each DKIM record shown in your Brew dashboard:
- Click “Add”
- Select “CNAME” from the Type dropdown
- For the Host field, enter the long string ending with
._domainkey
(copy exactly as shown in Brew) - For the Points to field, paste the DKIM value from your Brew dashboard
- Set TTL to 1 Hour
- Click “Save”
You typically need to add multiple DKIM records. Make sure to add each one exactly as shown in your Brew dashboard.
Add DMARC Record (Optional but Recommended)
- Click “Add”
- Select “TXT” from the Type dropdown
- For the Host field, enter
_dmarc
- For the TXT Value field, enter
v=DMARC1; p=none; rua=mailto:dmarc@yourdomain.com
(replace yourdomain.com with your actual domain) - Set TTL to 1 Hour
- Click “Save”
Verify DNS Records in Brew
- Return to your Brew dashboard
- Click the “Verify Records” button at the bottom of the DNS Records page
- Wait for the verification process to complete
DNS changes typically propagate within minutes but can take up to a few hours. If verification fails initially, wait 30 minutes and try again.
Common Issues with GoDaddy DNS Setup
Need support?
We’re here to help!
Scheduled support
Book a call with the founders — we have time slots open most days
Immediate support
Call us on +1-(332)-203-2145 or emails us on hey@getbrew.ai
We’re more than happy to help you set up your DNS records. Ping us on Slack (we should have connected with you by now) or through one of the mechanisms above.