Share via

Email setup

Chris Tomlins 0 Reputation points
2025-10-19T10:51:44.0466667+00:00

Outlook won't let me add an IMAP account. Enter a port number after semi colon :

Outlook | Outlook for mobile | Outlook for Android | For home
0 comments No comments

1 answer

Sort by: Most helpful
  1. Marcin Policht 90,725 Reputation points MVP Volunteer Moderator
    2025-10-19T11:07:44.68+00:00

    In Outlook when you try to add an IMAP account manually, Outlook expects server:port syntax. If you type just the hostname (e.g., imap.gmail.com), Outlook will propmt “Enter a port number after the semicolon (:)” because it expects something like imap.gmail.com:993.

    When entering IMAP or SMTP server details manually, use this format:

    Type Server (with port) Encryption
    Incoming (IMAP) imap.gmail.com:993 SSL/TLS
    Outgoing (SMTP) smtp.gmail.com:465 SSL/TLS

    Other examples:

    • Outlook.com → outlook.office365.com:993 (IMAP), smtp.office365.com:587
    • Yahoo → imap.mail.yahoo.com:993, smtp.mail.yahoo.com:465
    • iCloud → imap.mail.me.com:993, smtp.mail.me.com:587

    If Outlook still rejects it try these:

    • Temporarily disable “Simplified Account Creation” (if Outlook is forcing automatic setup). You can do this via Registry:
        [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Setup]
        "DisableOffice365SimplifiedAccountCreation"=dword:00000001
      
      Then restart Outlook and try adding manually again.
    • Make sure IMAP is enabled in your mail provider’s settings (for Gmail, check under Settings > Forwarding and POP/IMAP).

    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.