All articles Email Clients

How to Set Up Business Email in Microsoft Outlook: A Complete Guide

SSam wallness15 Jun 2026
How to Set Up Business Email in Microsoft Outlook: A Complete Guide

Setting up your business email in Microsoft Outlook is one of those tasks that should take ten minutes but often turns into an hour of troubleshooting when server settings are wrong. This guide walks you through the process cleanly — whether you're configuring Outlook for the first time or reconnecting after a provider migration — so you get it right on the first try.

What You'll Need Before You Start

Gather these details from your email provider before opening Outlook. Without them, the setup wizard will get stuck.

  • Email address — your full address, e.g. name@company.com
  • Password — the mailbox password, not your computer login
  • Incoming mail server — usually something like mail.company.com or imap.provider.com
  • Outgoing SMTP server — e.g. smtp.company.com
  • Ports — IMAP uses 993 (SSL) or 143 (STARTTLS); SMTP uses 587 (STARTTLS) or 465 (SSL)
  • Authentication method — usually Normal password or OAuth 2.0

If you're unsure which ports to use, this breakdown of SMTP ports explains the differences and which one to choose. For most hosted business email, port 587 with STARTTLS is the right choice for outgoing mail.

Adding Your Account in Outlook for Windows

Step 1: Open Account Settings

Open Outlook, go to FileAdd Account. Enter your email address and click Connect. Outlook will try to auto-configure the account. If it succeeds, great. If not — which happens often with custom domains — click Advanced options and check Let me set up my account manually.

Step 2: Choose IMAP

When prompted for the account type, choose IMAP. This keeps your mail synced across all devices. Avoid POP3 for business email — it downloads messages to one machine and removes them from the server, creating problems for anyone accessing mail from multiple places. For a full comparison, see IMAP vs POP3 in 2026.

Step 3: Enter Incoming Server Settings

Fill in the IMAP server address and port (993 for SSL). Set encryption to SSL/TLS. Enter your full email address as the username. Click Next.

Step 4: Enter Outgoing SMTP Settings

Enter the SMTP server address, set the port to 587, and choose STARTTLS for encryption. Use your full email address and password as credentials. Click Connect.

Step 5: Test the Connection

Outlook will attempt to verify the settings. If it connects successfully, you'll be prompted to click Done. If it fails, double-check the server name, port, and that SSL/TLS settings match what your provider requires.

Setting Up Email in Outlook on Mac

The process on Outlook for Mac is similar but the interface differs slightly.

  1. Open Outlook and go to ToolsAccounts
  2. Click the + button and choose New Account
  3. Enter your email address and click Continue
  4. If auto-detection fails, click Configure Manually and select IMAP/SMTP
  5. Enter the same server settings as the Windows steps above
  6. Click Add Account and test by sending yourself a message

Setting Up Outlook on Mobile (iOS and Android)

The Outlook mobile app handles IMAP accounts cleanly and is often faster to configure than the desktop version.

  1. Open the app, tap your profile icon, then Add Account
  2. Choose Add Email Account
  3. Enter your address and tap Continue
  4. If prompted, choose IMAP and enter your server settings manually
  5. Tap the checkmark to save and wait for the initial sync

Common Problems and How to Fix Them

"Cannot Connect to Server" Error

This almost always points to an incorrect server name, wrong port, or the wrong encryption type. Double-check each setting. Confirm that ports 993 (IMAP) and 587 (SMTP) are not blocked by your firewall or ISP — port 25 is often blocked on residential and business connections to prevent spam.

Authentication Failed

The most common causes: a typo in the password, using a display name instead of the full email address as the username, or an account that requires an app-specific password when multi-factor authentication is enabled. Check your provider's settings for any app password requirement before assuming the password is wrong.

Sent Mail Not Syncing to the Sent Folder

This happens when Outlook stores sent messages locally instead of on the IMAP server. Go to FileAccount SettingsMore SettingsSent Items and enable saving sent mail on the server. This ensures sent messages are visible across all your devices.

Outlook Keeps Asking for Password

This is often caused by an incorrect password stored in the Windows Credential Manager. Open Credential Manager, find the entry for your mail server, and delete it. Outlook will prompt for the correct password on the next sync attempt.

Email Syncing Very Slowly

On a first setup with a large mailbox, initial sync can take time. If it stays slow after the first sync, check your IMAP folder subscription settings — Outlook may be subscribing to and syncing folders you don't need, like large archive folders or shared mailboxes.

Keeping Your Setup Secure

Once configured, a few quick security checks are worth doing. Ensure SSL/TLS is enabled for both incoming and outgoing connections — never send credentials over an unencrypted connection. If your email provider supports OAuth 2.0 authentication, prefer it over password-based login. And if you haven't already, enable two-factor authentication on the mailbox itself.

For server settings specific to MailDog's mail service, the documentation lists the exact hostnames and ports needed for Outlook configuration. Getting those details right from the start saves a lot of troubleshooting time.

Related articles