Error Codes Wiki

Outlook Error 0x800CCC0E — Cannot Connect to Mail Server

Warningapplication

Overview

Fix Outlook error 0x800CCC0E preventing email send/receive due to SMTP server connection failures, port blocking, or incorrect email account settings.

Key Details

  • Error 0x800CCC0E indicates Outlook cannot establish a connection to the outgoing SMTP mail server
  • Most commonly caused by incorrect SMTP port or server address configuration
  • Firewall or antivirus software may block Outlook's connection to email ports
  • SSL/TLS encryption settings must match the email provider's requirements
  • This error affects sending emails; receiving may still work via IMAP/POP3

Common Causes

  • Incorrect SMTP server address or port number in Outlook account settings
  • Firewall blocking port 587 (TLS) or 465 (SSL) for outgoing mail
  • Antivirus email scanning feature interfering with the SMTP connection
  • ISP blocking outgoing SMTP port 25 to prevent spam

Steps

  1. 1Verify SMTP settings: File > Account Settings > select account > Change > More Settings > Advanced tab
  2. 2Use port 587 with STARTTLS or port 465 with SSL/TLS for most providers (Gmail, Outlook.com, Yahoo)
  3. 3Temporarily disable firewall and antivirus email scanning to test the connection
  4. 4Run Outlook in safe mode: hold Ctrl while launching Outlook to disable add-ins
  5. 5Test SMTP connectivity: open Command Prompt and run 'telnet smtp.provider.com 587'

Tags

outlook0x800ccc0esmtpemailconnection

More in Application

Frequently Asked Questions

Use port 587 with STARTTLS encryption for most providers. Port 465 with implicit SSL is an alternative. Port 25 is often blocked by ISPs.