Share this lesson

Set DNS records with GoDaddy

If you use GoDaddy as your domain provider, here’s how to set up your SPF, DKIM, and DMARC records. These records help authenticate your email and prevent unauthorized use, like email spoofing.

Set the SPF record with GoDaddy

An SPF (Sender Policy Framework) record is a type of TXT record that shows which servers are allowed to send emails on behalf of your domain.

Here’s how to set it up:

1
Sign in to your GoDaddy Domain Control Center.
2
Select your domain to access the Domain Settings page.
3
Click on “Manage DNS” to open the zone file.
4
Select “Add” to create a new record.
5
Choose “TXT” from the type menu (SPF records are a type of TXT record).
6
Enter the following details:
  • Name: Use “@” for your root domain or add a prefix like “mail”.
  • Value: Your SPF rule. For example: v=spf1 mx -all.
  • TTL: Set the time for which the server caches the information. The default is 1 hour.
7
Click “Save” to apply the record.

You can get your SPF record from your email provider or use an online SPF generator like [SPF Record Generator].

Set the DKIM record with GoDaddy

DKIM (DomainKeys Identified Mail) helps prevent email forgery by signing your emails, allowing the recipient’s server to verify the sender.

Follow these steps to publish your DKIM record:

1
Log in to GoDaddy.
2
Go to the “My Products” section and find your domain.
3
Click “DNS” and then “Manage Zones.”
4
Click “Add” to create a new record.
5
Choose “TXT” as the record type.
6
Enter your DKIM details provided by your email service (like Google, Microsoft, or others).
7
Click “Save” to publish the record.

To check if your DKIM record is published, you can use a free DKIM record checker. Note that DNS changes can take up to an hour to propagate.

Set the DMARC record with GoDaddy

DMARC (Domain-based Message Authentication, Reporting, and Conformance) helps protect your domain from email spoofing.

To add a DMARC record:

1
Log in to GoDaddy and go to the “Domains” section.
2
Select your domain and click “Manage Zones.”
3
Click “Add” to create a new record (or edit an existing one if there’s already a record named “_dmarc”).
4
Choose “TXT” as the record type.
5
For the “Host” field, enter _dmarc.
6
In the “Value” field, insert the DMARC rule you generated using a DMARC generator.

Examples:

  • With email reporting: v=DMARC1; p=quarantine; rua=mailto:your-email@example.com; pct=90; sp=none
  • Without email reporting: v=DMARC1; p=quarantine; pct=90; sp=none

Replace the example email with your own. Once added, you can use a DMARC record checker to confirm the setup.

Remember, these settings are general for any domain setup and not specific to lemlist. If you need more help with DNS records, your domain provider can assist you.

Copied