How to add SPF and DKIM in GoDaddy

SPF

To set up the SPF you need to add a TXT record to your domain's DNS settings. The following steps will show you how to add an SPF:

  1. Log in to your GoDaddy account.
  2. On your product list next to Domains, click the plus sign button to expand the list:
  3. Click on the Manage DNS button (Next to the domain you want to manage, under the Action section).
  4. At the bottom of the Records section, click Add and select TXT from the menu.
  5. Complete the following fields:
  6. Host - Enter the hostname for the TXT record. Type @ to map the record directly to your domain name
  7. TXT Value: v=spf1 include:_spf.uhost.hk ~all
  8. Select how long the server should cache the information. This is called TTL (Time to Live). Use 14400 for default.
  9. Click Save.

Important: If you already have an existing SPF record, then edit the existing record and add ‘include:_spf.01link.hk’ in the record and click save.

DKIM

To set up the DKIM you need to add the CNAME records to your domain's DNS settings. The following steps will show you how to add a DKIM record:

  1. Log in to your GoDaddy account.
  2. On your product list next to Domains, click the plus sign button to expand the list.
  3. Click on the Manage DNS button (Next to the domain you want to manage, under the Action section).
  4. At the bottom of the Records section, click Add and select CNAME from the drop-down list. Complete the other fields:
  5. Host: Enter the subdomain name provided by UHOST for the alias assignment.
  6. Points to: Enter the value provided by UHOST to add it to the hostname you want the alias to point to.
  7. TTL: Use 14400 for default.
  8. Click Save.