All articles Email Clients

How to Set Up Business Email in Microsoft Outlook: A Step-by-Step Guide

SSam wallness07 Jul 2026
How to Set Up Business Email in Microsoft Outlook: A Step-by-Step Guide

Microsoft Outlook remains the most widely deployed email client in corporate environments, but getting it configured correctly with a third-party mail server takes more than just entering your email address and password. A misconfigured Outlook setup leads to sync failures, send errors, and the kind of intermittent issues that are frustrating to diagnose after the fact. This guide walks through setting up business email in Outlook using IMAP and SMTP — the standard approach for any mail server that isn't Microsoft 365.

What You'll Need Before You Start

Collect the following from your email provider before opening Outlook:

  • Your full email address (e.g., you@yourdomain.com)
  • Your email account password
  • Incoming mail server (IMAP) hostname and port
  • Outgoing mail server (SMTP) hostname and port
  • Whether your server requires SSL/TLS or STARTTLS

If you're using MailDog for email hosting, these settings are available in your account dashboard and in the documentation.

Adding a New Account in Outlook

The steps below apply to Outlook for Windows (Microsoft 365 or standalone versions). Outlook for Mac follows a similar flow.

  1. Open Outlook and go to File → Add Account.
  2. Enter your email address and click Connect.
  3. If Outlook auto-detects your provider (common for Microsoft 365 addresses), follow the prompted flow. For custom domains, you'll likely need to select IMAP manually.
  4. Click Advanced options and check Let me set up my account manually.
  5. Select IMAP from the account type list.

IMAP Settings (Incoming Mail)

On the IMAP configuration screen, enter:

  • Server: Your IMAP hostname (provided by your mail host)
  • Port: 993
  • Encryption method: SSL/TLS

Port 993 with SSL/TLS is the modern standard for incoming mail. If your provider only supports STARTTLS on the incoming side, use port 143 and set encryption to STARTTLS instead. Avoid unencrypted connections — they transmit your credentials in plaintext across the network.

SMTP Settings (Outgoing Mail)

On the SMTP configuration screen, enter:

  • Server: Your SMTP hostname
  • Port: 587
  • Encryption method: STARTTLS

Port 587 with STARTTLS is the standard for outgoing mail from email clients. Some providers also support port 465 with implicit SSL/TLS — both are solid choices. Avoid port 25, which is designed for server-to-server mail transfer and is blocked by most ISPs for client connections.

Authentication Settings

Outlook will prompt for your username and password after you enter the server details. In most cases, your username is your full email address — not just the part before the @. If your provider requires a different login format, your account documentation will specify it.

After entering credentials, Outlook tests the connection. If the test fails, the error message is usually informative:

  • "Cannot connect to server": Check the hostname and port; confirm your firewall isn't blocking outbound connections on those ports
  • "Authentication failed": Double-check your password; if two-factor authentication is enabled on your account, you may need an app-specific password
  • "Certificate error": The server's SSL certificate may be misconfigured or expired — contact your email provider

Configuring Folders After Setup

Once the account is connected, Outlook syncs your IMAP folders. A few settings worth adjusting immediately:

Sent Items

By default, Outlook saves copies of sent messages locally. If your server maintains a Sent folder, configure Outlook to save sent items there instead — this keeps your sent history consistent across all devices. Go to File → Account Settings → Email → Change → More Settings → Sent Items and set it to save to the server's Sent folder.

Folder Subscriptions

Outlook may not automatically display all IMAP folders. Right-click your account name in the folder pane and choose IMAP Folders to subscribe to any that aren't showing — Archives, Drafts, custom folders, and so on.

Sync Frequency

Outlook checks for new mail on a configurable schedule. For most users the default works fine, but if you need near-real-time updates, set the sync interval to the minimum (usually 1 minute). Push IMAP, which delivers messages instantly without polling, is available with some providers but not all.

Common Post-Setup Issues

Emails stuck in Outbox

This almost always points to an SMTP authentication or port problem. Verify that your SMTP port isn't blocked by your network and that your credentials match exactly. If port 587 isn't working, try port 465 — some networks block one but not the other.

Duplicate messages

This can happen if the same account is configured for both IMAP and POP3 simultaneously. Remove any duplicate account entries in Account Settings to resolve it.

Missing folders

Use the IMAP folder subscription view to confirm all server-side folders are subscribed and visible in Outlook's left panel. A folder that exists on the server but isn't subscribed in Outlook simply won't appear.

A Few Security Checks Before You Finish

Once the account is working, take a few minutes to secure it properly. Enable two-factor authentication on your mail server account if it's available. On shared computers, be cautious about Outlook caching credentials — consider whether you want your password saved or prefer to type it at login.

For accounts handling sensitive business communications, verify encryption is active at both ends: IMAP over SSL and SMTP over STARTTLS or SSL give you encryption in transit for all messages. Storage-level encryption for your mailbox is a question for your email host, not your client.

Refer to the MailDog documentation for the exact server settings to use with your account, or reach out via the contact page if you hit a configuration issue. A properly set up Outlook account is one of those tasks you do once and never revisit — worth taking the extra five minutes to get right.

Related articles

Mobile Email Configuration: Setting Up Business Email on iOS and Android
Email Clients
Sam wallness

Mobile Email Configuration: Setting Up Business Email on iOS and Android

Setting up business email on a smartphone should be simple, but wrong port settings, protocol mismatches, and certificate errors make it a frequent source of support tickets. This guide covers step-by-step configuration for iOS and Android, the right port and security settings to use, what certificate warnings actually mean, and how to fix the sync issues that come up most often.

Read article