Jesin's Blog

Welcome to the Portal of Technology

  • Facebook
  • GitHub
  • RSS
  • Twitter
  • Home
  • Categories
    • Domains
    • Linux
    • Networking
    • PHP
    • Virtualization
    • Web Design
    • Web Servers
    • Windows
  • WordPress Plugins
    • Custom Error Pages
    • HTTP Digest Authentication
    • Mailgun Email Validator
  • Toolbox
    • DNS Lookup Tool
    • htdigest Generator Tool Online
    • htpasswd Generator Tool Online
    • HTTP Headers Lookup Tool
    • MD5 Encryption Tool
    • Open Port Check Tool
    • SHA-1 Encryption Tool
    • URL Encoding/Decoding Tool
  • About Me
  • Contact Me
  • Sitemap
Home ›
Domains ›
Create your own email with Windows Live Custom Domains

Create your own email with Windows Live Custom Domains

October 6, 2010 Domains Jesin A 5 Comments

setup windows live custom domains enter domain

Are you tired of using an email address which is in someone else’s domain ? Does it add to your frustration when you want to signup for a particular name and you end up with lots of numbers and underscores in them ? How nice it would be if you could have your preferred user name followed by a personalized domain name suffix (after the ‘@’ symbol). Imagine how cool it would be to brag about this email ID among your friends with all generic names. Whats more, you can also allow your friends to create email addresses under your domain. The best thing is all this can be done free of cost from the comfort of your seat. Interested ? Read on…

Microsoft has a wonderful service named Windows Live Admin Center (formerly Windows Live Custom Domains)  using which you can do wonders. Some of the coolest features of Windows Live Admin Center are

  • Hotmail is used to manage emails for your domain so you
  • Supports a whooping 500 user accounts and you can request more if required
  • Allows users to signup for your domain using a feature named “Open Membership”


The requirements for using Windows Live Custom Domains are

  • A domain name, can be a Top level domain or a subdomain either paid or free of cost like dot.tk
  • Ability to edit the DNS settings for your domain either through the domain control panel or web hosting panel
  • Some basic knowledge about domains and emails (optional)

Let me start explaining step-by-step

Step 1:- Get a domain name registered

If you already have a domain name (website name) registered skip this step. There are many domain registrars on the web, just google for “domain registrars” from them you can register domain names with a preferred extension like .com, .net, .info for an annual payment. But if you want a free domain you can register one at dot.tk it offers the capability to edit the DNS settings for your domain which is what we need. After registering a domain name move on to the next step.

Step 2:- Register at Windows Live Custom Domains

Visit http://domains.live.com under “Custom Domains” click get started, enter the domain name you registered without the www prefix and make sure the option “Windows Live Hotmail for my domain” is selected. Click continue

setup windows live custom domains enter domain
Enter your domain name without www prefix and select the option to setup Hotmail for your domain

In the next step you need to select which Live ID (or username) you’ll be using to administer that domain, if you already have an account in hotmail or any other Windows Live services select the first option or if you’re a new user select the second option. For this tutorial I’ll assuse you’re a new user and select the second option.

setup windows live custom domains select live id
If you have a Live ID select the first option or if you are a new user select option

Give all the details asked in the form and click “I accept”. After logging in you need to prove that you own the domain and all the emails for [users]@example.com should go to hotmail servers, we’ll be doing both in a single step.

Step 3:- Edit the DNS settings for your domain

After logging into Windows Live Custom Domains in the Domain settings page under Mail setup take note of the MX server value which you’ll have to enter in your domain DNS settings

setup_windows_live_custom_domains_MX_server
Note the MX servers for your account yopu have to set the MX record of your domain to this value

Go to your domain registrar’s website (the website where you registered the domain) login to your domain control panel if you’ve registered with dot.tk select the option “use dot tk free DNS service” and click configure and select the type as MX enter the MX server value copied from Windows Live Custom Domains website

setup windows live custom domains enter mx dottk
Enter your MX record in the Dot TK control panel

Click Next and your changes will be saved.

If you’ve registered a Top Level Domain somewhere else login to your domain control panel from their website and from their DNS service you can edit the MX records for your domain

setup windows live custom domains enter mx TLD
Configuring MX records for a Top Level Domain

TXT records This is an optional setting but if your domain control panel allows this record type then setting it will ensure no email service will accidentally make emails from your domain as junk. Set the Host to your domain name and value to v=spf1 include:hotmail.com ~all then save it.

Step 4:- Edit Custom Addresses for the domain

To login to your mail box you should visit http://hotmail.com but what if you want to access it by typing http://mail.example.com ? Go to the “custom addresses” option in your Windows Live Custom Domains Account click add enter “mail” and click OK

setup windows live custom domains custom addresses
Add your preferred custom addresses for your domain

Login to your domain control panel and create a CNAME record, set the Host to “mail” and value to “go.domains.live.com” and save your configuration

setup windows live custom domains cname
Enter the CNAME record for your domain

Step 5:- Creating and testing email IDs

So finally lets test it form your Windows Live Custom Domains Account go to “Member Accounts” and add new accounts, login to the email account of some other provider like Gmail, Yahoo or Rediff send an email to [email]@yourdomain.com and check whether you receive it. Don’t fret if you that email didn’t reach you try after 24 Hours as it may take that much time for DNS settings to apply.

To allow users to create email ID using your domain on their own go to “Open Membership” and enable it. Then create a signup module and share it with your friends. You can also share just the link after enabling Open Membership the link is https://domains.live.com/members/signup.aspx?domain=example.com replace example.com with your domain name.

Related posts:

Default ThumbnailUsing a Custom Domain on Blogger Default ThumbnailTypes of DNS Records windows category thumbnailHow to install Windows XP after Windows Vista/7 Default ThumbnailSetup Google Apps windows category thumbnailDig command on Windows OS

Tags: dns records, email, mx record

Comments

  1. Monique Correale says

    August 17, 2013 at 3:47 am

    I have to say that for the past couple of hours i have been hooked by the impressive articles on this blog. Keep up the great work.

    Reply
  2. Tarry Smith says

    December 18, 2013 at 1:26 pm

    Hi,

    THanks for the lovely tutorial. I have a question which is related to this tutorial and I hope you will be able to guide me in the right direction.

    I have successfully configured my personal domain with windows live custom domains and can send/receive emails using outlook / hotmail.com. I would also like to configure my PHP script on my website to be able to send emails using the hotmail SMTP so the receiving domain does not treat my automated emails as spam. Could you please guide me in the right direction?
    thanks,

    Reply
    • Jesin A says

      December 18, 2013 at 3:14 pm

      Hi Tarry,

      If you’re on shared hosting try the PHPMailer package.

      https://github.com/PHPMailer/PHPMailer

      On VPS/dedicated servers you can setup MSMTP to do this.

      The SMTP settings you should use

      Server address: smtp-mail.outlook.com
      Port: 25 (or 587 if 25 is blocked)
      Authentication: Yes
      Encrypted Connection: TLS
      User name: Your email address
      Password: Your password

      Reply
  3. Dushyant says

    February 8, 2014 at 9:22 am

    Thanks Admin !! Gr8 work

    Reply
  4. Sam says

    March 9, 2014 at 3:33 pm

    I have enabled ‘open membership’
    Here is the URL (https://domains.live.com/members/signup.aspx?domain=sams-website.com)

    I am facing an issue which is that i can’t enter the domain name after the ‘@’.
    Any help would be greatly appreciated.
    Thanks
    – Sam

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Get a wealth of information delivered to your inbox. Subscribe and never miss a single article.

  • Tutorials and howtos
  • Code, scripts and commands
  • Online Tools

* No spam, unsubscribe anytime

Hire Me

  • SSL installation and hardening (A+ on Qualys SSL test)
  • Apache & Nginx configuration
  • Email deliverability improvement (10/10 on Mail Tester & MailGenius)
  • WordPress customization, optimization and migration
  • and much more…

    Tools

    • DNS Lookup Tool
    • htdigest Generator Tool Online
    • htpasswd Generator Tool Online
    • HTTP Headers Lookup Tool
    • MD5 Encryption Tool
    • Open Port Check Tool
    • SHA-1 Encryption Tool
    • URL Encoding/Decoding Tool

    Nav

    • Home
    • About Me
    • Contact Me
    • Privacy Policy
    • Sitemap
    Vultr SSD VPS

    Creative Commons License
    Jesin's Blog by Jesin A is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
    Based on a work at websistent.com.