M BUZZ CRAZE NEWS
// news

Is there a way around being required to use GoDaddy as the registrar when using a custom domain with Microsoft 365 Family?

By Jessica Wood

I want to use my own domain with my Microsoft 365 Family plan, but there is no way I am transferring it to GoDaddy. Is there way way around this “requirement” or am I stuck?

3 Answers

This is described in the articleGet a personalized email address in Microsoft 365:

Q: I already own a domain that's registered with a provider other than GoDaddy. Can I set up a personalized email address in Outlook.com?

A: At the moment, we only support connecting domains managed by GoDaddy with Outlook.com.

When entering my Premium subscription, I can see the following in Manage my subscription:


enter image description here


The answer is then : Not possible at the moment. I have no information if this will change in the future.

1

This related Reddit discussion indicates that it's possible and working at the time. It involves pretending to go to GoDaddy, and then capturing key values from the outlink for manual DNS updating.


  1. Go to outlook, the premium settings and choose the option to "get started" with a personalized domain.

  2. Click the option to buy a new domain with GoDaddy, and a new window opens

  3. Copy the URL of the new window that opens, it should look like this:

    The part that you need is "mxRecordValue=XXXXXXXXX"

    The XXXXXXXXX is the unique ID for verification used in DNS

  4. Go to your own domain DNS settings and add the following settings replacing XXXXXXXXX with your ID found in step 3.

    The dot on the end of the external domains is not a typo!

NameTTLTypeValuePriority
@1 hourMXXXXXXXXXX.pamx1.hotmail.com.0
@1 hourTXTv=spf1 | include:outlook.com -all
autodiscover1 hourCNAMEautodiscover.outlook.com.
_dmarc1 hourTXTv=DMARC1; p=none;
_domainconnect1 hourCNAME_domainconnect.gd.domaincontrol.com.
_outlook1 hourTXTXXXXXXXXX
  1. Return to the premium settings in outlook to set your custom domain.

  2. Choose the option "I already have a domain"

  3. Enter the domain you just configured

  4. You have to click to login to GoDaddy, do this, but just exit the page it goes to.

  5. Congratulations it should now say you connected the domain with GoDaddy!

5

Not according to Microsoft.

In their FAQ for personal and family subscriptions (Get a personalised address in Microsoft 365) is this question:

I already own a domain that's registered with a provider other than GoDaddy. Can I set up a personalized email address in Outlook.com?

Their answer is:

At the moment, we only support connecting domains managed by GoDaddy with Outlook.com

Business and enterprise plans allow other registrars - see this MS doc Buy a domain name

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy