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
- 1Verify SMTP settings: File > Account Settings > select account > Change > More Settings > Advanced tab
- 2Use port 587 with STARTTLS or port 465 with SSL/TLS for most providers (Gmail, Outlook.com, Yahoo)
- 3Temporarily disable firewall and antivirus email scanning to test the connection
- 4Run Outlook in safe mode: hold Ctrl while launching Outlook to disable add-ins
- 5Test SMTP connectivity: open Command Prompt and run 'telnet smtp.provider.com 587'
Tags
outlook0x800ccc0esmtpemailconnection
More in Application
windows-C0000005-access-violationWindows Error 0xC0000005 — Access Violation
Errorwindows-C000007B-bad-image-formatWindows Error 0xC000007B — Bad Image Format
Errorwindows-C0000142-application-init-failedWindows Error 0xC0000142 — Application Init Failed
Errorwindows-SxS-Error-side-by-side-configuration-errorWindows Error SxS-Error — Side-by-Side Configuration Error
Warningwindows-DLL-Missing-dll-not-foundWindows Error DLL-Missing — DLL Not Found
Warningwindows-app-runtime-r6025Windows Runtime Error R6025 — Pure Virtual Function Call
WarningFrequently 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.