Configuring Microsoft Outlook for a custom domain email account on desktop and mobile

An address like [email protected] is the face of your business, yet many owners still read that mail exclusively through webmail in a browser tab. Your hosting mailbox speaks the same open standards as every serious mail client, which means you can pull it straight into Microsoft Outlook on your computer and phone and gain instant notifications, offline access, a proper calendar, and far more powerful search. This guide walks through the complete setup on every platform — the New Outlook and classic Outlook on Windows, Outlook for macOS, and the Outlook mobile apps on iOS and Android — followed by fixes for the problems people actually run into.

Why Pair Outlook with Your Custom Domain Email

Hosting-based email is built on the open IMAP, POP3 and SMTP standards, so it connects to virtually any mail client, and Outlook remains the client most businesses standardize on. The practical advantages you gain over browser-only webmail include:

Best of all, it costs nothing extra. Any hosting plan that includes email service accepts Outlook connections out of the box — you only need the correct settings, which is exactly what the rest of this article provides.

IMAP vs POP3: Which Should You Choose?

Before you click Add Account, decide whether Outlook should fetch mail over IMAP or POP3. The two protocols behave very differently, and switching later means removing the account and adding it again.

AspectIMAP (recommended)POP3
Primary mail storageOn the serverDownloaded to your computer
Multiple devicesEverything stays in syncNo sync — each device is separate
Read status and foldersIdentical on every deviceDifferent on each device
Hosting storageUses server disk spaceSaves server disk space
Best forAnyone using a computer plus a phoneSingle-machine users with heavy mail volume

Short version: almost everyone now reads mail on at least two devices, so IMAP should be your default. Consider POP3 only when your hosting mailbox quota is nearly full and you genuinely work from one machine. For a deeper comparison, see IMAP, POP3 and SMTP: Which Email Protocol Should You Use?

The Server Settings You Will Need

Every platform uses the same set of values. Replace yourdomain.com with your actual domain; the standard settings for hosting-based email are:

SettingValueEncryption
Incoming server (IMAP)mail.yourdomain.com port 993SSL/TLS
Incoming server (POP3)mail.yourdomain.com port 995SSL/TLS
Outgoing server (SMTP)mail.yourdomain.com port 465SSL/TLS
Outgoing server (SMTP alternative)mail.yourdomain.com port 587STARTTLS
UsernameYour full address, e.g. [email protected]
PasswordThe password of that mailbox

Key rule: always match the port to its encryption method — ports 993/995/465 use SSL/TLS while port 587 uses STARTTLS — and make sure SMTP authentication is enabled with the same username and password as incoming mail. Avoid the legacy unencrypted ports 143, 110 and 25.

Prepare the Mailbox in DirectAdmin First

If the mailbox does not exist yet, create it in your hosting control panel before touching Outlook. Log in to DirectAdmin and follow these steps:

  1. Open E-mail Accounts and click Create Account.
  2. Choose the account name, e.g. contact, which becomes [email protected].
  3. Set a strong password — a mix of upper and lower case letters, numbers and symbols, at least 12 characters long.
  4. Assign a mailbox quota appropriate to your hosting plan.
  5. Log in to webmail once to confirm the password works. This single test eliminates the most common variable when Outlook later reports a password failure.

If your hosting uses Roundcube for webmail, our guide to setting up Roundcube Webmail on DirectAdmin covers it in detail.

Setting Up the New Outlook on Windows

The redesigned Outlook that ships with Windows 11 has a streamlined interface and adds IMAP accounts quickly:

  1. Open Outlook and go to Settings (gear icon) › Accounts › Email accounts › Add account.
  2. Type your address, e.g. [email protected], and press Continue.
  3. If asked for the account type, choose IMAP.
  4. Enter your password, then click Show more (or Advanced setup) so you can specify the servers yourself.
  5. For the IMAP incoming server enter mail.yourdomain.com, port 993, encryption SSL/TLS.
  6. For the SMTP outgoing server enter mail.yourdomain.com, port 465, encryption SSL/TLS.
  7. Press Continue and wait for the connection test. Once it passes, your mail begins syncing within a few minutes.

Tip: if the auto-discovery spinner runs unusually long after you press Continue, cancel and choose Advanced setup from the start. Entering the server values manually is faster and more reliable than waiting for the client to guess.

Setting Up Classic Outlook with Manual Configuration

Classic Outlook (2016/2019/2021 and the desktop edition included with Microsoft 365) is still the version most companies run. To add an account with your own settings:

  1. Go to File › Add Account.
  2. Type the email address, then expand Advanced options and tick Let me set up my account manually before clicking Connect.
  3. Choose IMAP as the account type (or POP if that was your decision).
  4. Incoming mail: mail.yourdomain.com, port 993, encryption SSL/TLS.
  5. Outgoing mail: mail.yourdomain.com, port 465, encryption SSL/TLS (use STARTTLS if you pick 587 instead).
  6. Click Next, enter the password, and click Connect.
  7. When setup finishes, send a test message to yourself to confirm both directions work.

To adjust values later, open File › Account Settings › select the account › Change — you can edit ports, encryption and server names without deleting the account.

Setting Up Outlook on macOS

Outlook for Mac follows the same logic; only the menu locations differ:

  1. Open Outlook and go to Outlook › Settings › Accounts, click the + button and choose Add an account.
  2. Type your address. When the client tries to detect the provider, pick IMAP/POP from the options presented.
  3. Choose IMAP and fill in: IMAP server mail.yourdomain.com, port 993, tick Use SSL.
  4. SMTP server mail.yourdomain.com, port 465, tick Use SSL.
  5. Enter the full email address as the username along with the password, then click Add Account.

On macOS you can also use the built-in Apple Mail app with exactly the same server values, which is handy on machines where Outlook is not installed.

Setting Up the Outlook App on iOS and Android

The Outlook mobile app is a free download from the App Store and Google Play, and the steps are identical on both systems:

  1. Open the app, tap Add account and type your email address.
  2. If the app routes you to a Microsoft sign-in page, tap Change account provider (or the more-options link) and select IMAP.
  3. Enter the password, then expand Advanced settings to fill in the servers yourself.
  4. IMAP incoming: mail.yourdomain.com, port 993, SSL — username is the full address.
  5. SMTP outgoing: mail.yourdomain.com, port 465, SSL — repeat the username and password here (do not leave them blank).
  6. Tap the check mark, wait for the connection to succeed, then enable notifications for the app in your phone settings.

The single most common mobile mistake: leaving the SMTP username and password fields empty on the assumption the app reuses the incoming credentials. Some versions do not, which produces the classic receive-but-cannot-send symptom. Always fill in both fields.

Common Mistakes During Account Setup

Troubleshooting the Most Frequent Problems

Mail comes in but will not go out

The classic symptom of incomplete SMTP settings. Check in order: is SMTP authentication enabled, is the port paired with the correct encryption (465+SSL/TLS or 587+STARTTLS), and is the username the full email address? If everything is correct and sending still fails, the network you are on — corporate or hotel Wi-Fi in particular — may block the port. Switch between 465 and 587 or test over mobile data.

Outlook keeps rejecting the password

Log in to webmail with the same credentials first. If webmail also fails, reset the password in DirectAdmin. If webmail works but Outlook does not, the usual causes are a mistyped special character or a temporary lockout after repeated failures (wait 15-30 minutes and retry). Remember that after any password change you must update it in Outlook on every device.

A certificate warning appears

Certificate warnings usually mean the server name you entered does not match the name on the server's SSL certificate. Confirm you are using mail.yourdomain.com exactly as your provider specifies. Do not permanently accept the warning without investigating; if the name is correct and the warning persists, open a support ticket, because the certificate on the server may have expired.

Messages missing or disappearing from other devices

If several devices poll the same mailbox over POP3 without the leave-a-copy-on-server option, the first device to connect removes the originals and the others never see them. The permanent fix is switching to IMAP. Also check the Junk/Spam folders in both Outlook and webmail, and verify the mailbox quota on the server is not full — a full mailbox bounces new incoming mail.

Configure SPF, DKIM and DMARC So Your Mail Lands in the Inbox

A working Outlook setup means your mail leaves the server — it does not guarantee arrival in the recipient's inbox. Modern spam filters judge the sending domain's authentication records above almost everything else. The three DNS records every sending domain needs are:

All three are added from the DNS management screen in DirectAdmin. Our detailed walkthrough with example records is in Set Up SPF, DKIM, DMARC: Protect Against Email Spoofing, and for a broader look at how receiving filters make decisions, read our email deliverability guide.

Keeping Multiple Devices in Sync

With IMAP, every device views the same server-side mailbox. A few habits make multi-device work smooth:

Frequently Asked Questions (FAQ)

Do I need to buy Microsoft 365 to use Outlook with my domain email?

No. The Outlook app bundled with Windows and the free Outlook mobile apps connect to hosting-based email over IMAP or POP3 at no cost. A Microsoft 365 subscription is only required for the full classic desktop edition of Outlook or Exchange-specific features.

Should I choose IMAP or POP3?

Most users should choose IMAP because mail stays on the server and read status and folders stay in sync across every device. POP3 suits people who use a single computer and want messages downloaded locally to save hosting storage.

Why can I receive email but not send it?

This is almost always an incomplete SMTP configuration. Confirm SMTP authentication is enabled, that port 465 is paired with SSL/TLS or port 587 with STARTTLS, and that the username is your full email address. Some networks block outgoing ports, so try switching between 465 and 587.

What should I do about a certificate warning during setup?

It usually means the server name you entered does not match the name on the SSL certificate. Verify you typed mail.yourdomain.com exactly as your provider specifies. Never permanently ignore the warning without checking, because it can also indicate a misconfiguration or interception.

Do I have to reconfigure Outlook after changing my email password?

No need to delete and re-add the account. Simply update the password in the account settings for both incoming (IMAP/POP3) and outgoing (SMTP) servers, then restart Outlook once.

Can I use the same mailbox on several computers and phones at once?

Yes. With IMAP every device sees the same server-side mailbox, and reading or moving a message on one device updates all the others. If you must use POP3, enable the option to leave a copy of messages on the server, otherwise the first device to poll will remove the originals.

Want a custom domain email that works with Outlook out of the box?

AsiaGB Email Hosting supports IMAP/POP3/SMTP in full, with webmail, spam protection and easy management through DirectAdmin on SSD storage with a 99% uptime guarantee. Our team will even help you configure your devices.

View Email Hosting Plans