In the following video, we will help you configure your Domain while using Microsoft as your Email Service Provider and GoDaddy as your Domain provider:
The first step is to add your domain to the Microsoft Admin Center:
- Head to Settings > Domains > Add Domain or search for Domains on the Search bar.
- Copy your domain name and click on “Use this domain”.
Microsoft has a direct connection with GoDaddy so you’ll be able to sign in on your GoDaddy account right away. This will make Domain setup faster and simpler.
Setup MX records
MX records are a basic configuration to allow your domain to receive and send emails. MX records are set up automatically when you connect your GoDaddy-managed domain to your Microsoft Admin account.
Setup SPF
SPF is set up automatically when you connect your GoDaddy-managed domain to your Microsoft Admin account.
Setup DKIM
- On your Microsoft Admin account, go to Policies & rules > Threat policies > Email authentication settings (or search for DKIM on the Microsoft Admin search bar)
- Click/select the domain on which you want to perform domain authentication
- Click on Create DKIM keys
- Use the information that Microsoft surfaces to create two CNAME-type records on GoDaddy
- Head to GoDaddy and navigate to the domain where we are setting up DKIM.
- Under the DNS we will add two different CNAME records using the information that Microsoft provided before. Leave TTL with GoDaddy’s default value.
- Hit Save
- Head back to the Microsoft Admin account and enable DKIM:
Setup DMARC
- Head to GoDaddy and navigate to the domain where we are setting up DMARC.
-
Under the DNS we are going to add a TXT record and insert the following information
- Type: TXT
- Name: “_dmarc”
- Value: “v=DMARC1; p=none”
- TTL: “default”
- Hit Save
Note: the “p” value is the policy. We usually recommend none as it is the simplest. Below are the options you could also use:
- p=none: The domain owner requests no specific action be taken on mail that fails DMARC authentication and alignment.
- p=quarantine: The domain owner instructs that mail failing the DMARC authentication and alignment checks be treated as suspicious by mail receivers. This can mean receivers place the email in the spam/junk folder, flag it as suspicious, or scrutinize this mail with extra intensity.
- p=reject: The domain owner requests that mail receivers reject the email that fails the DMARC authentication and alignment checks. Rejection should occur during the SMTP transaction. This is the strictest policy and offers the highest level of protection.