iCloud Mail SMTP & IMAP Settings (2026): App Password Required

iCloud Mail SMTP and IMAP settings 2026: smtp.mail.me.com port 587 STARTTLS, imap.mail.me.com port 993 SSL. App-specific password required (Apple ID 2FA mandatory). No POP3. Custom domain via iCloud+.
Alaa
By Alaa
SMTPedia documents email infrastructure end to end: SMTP standards from the RFC archive, delivera...
6 min read Aug 3, 2026 156 views

iCloud Mail (Apple’s consumer email service) accepts standard IMAP and SMTP against imap.mail.me.com and smtp.mail.me.com for addresses at @icloud.com, @me.com, and @mac.com. Third-party mail clients (Outlook, Thunderbird, K-9 Mail, FairEmail, any client outside Apple’s Mail apps) require an app-specific password generated at appleid.apple.com because two-factor authentication is mandatory on modern Apple ID accounts. POP3 is not supported. iCloud+ subscribers can also route a custom domain (you@yourdomain.com) through iCloud Mail with the same server settings. This guide covers the exact ports, the app-password workflow, and the custom-domain setup that iCloud+ unlocks.

Setup gotcha

App password required2FA mandatory

Apple ID has enforced two-factor authentication on all consumer accounts since 2020, which means the regular Apple ID password does not authenticate third-party mail clients. Generate an app-specific password at appleid.apple.com under Sign-In and Security > App-Specific Passwords, and paste that value into the mail client’s password field. Each mail client gets a distinct app password, revocable individually. Apple’s own Mail apps on iPhone, iPad, and Mac use the account password directly (via native Apple ID integration) and do not need an app password. Reference: SMTP authentication.

Quick reference: iCloud Mail server settings

Both protocols use SSL/TLS. Username is the full email address (you@icloud.com, you@me.com, or the custom-domain equivalent). Password is the app-specific password from appleid.apple.com, not the Apple ID password itself.

ProtocolServerPortEncryptionAuth
SMTPsmtp.mail.me.com587STARTTLSFull address + app password
IMAPimap.mail.me.com993SSL/TLSFull address + app password
POP3Not supportedN/AN/AUse IMAP instead

iCloud Mail SMTP settings

iCloud SMTP uses smtp.mail.me.com on port 587 with STARTTLS. Note that unlike most modern providers, iCloud does not accept SMTP on port 465 with implicit SSL: port 587 with STARTTLS is the only supported combination. Authenticate with the full iCloud address (you@icloud.com) and the app-specific password.

Apple applies rate limits on outbound SMTP: bulk senders (thousands per day) will see soft blocks. For personal correspondence and low-volume sending, iCloud SMTP is reliable. Custom-domain sends (via iCloud+ Custom Email Domain) also go through smtp.mail.me.com with the same settings, and the From address takes on the custom domain automatically once DNS is configured.

iCloud Mail IMAP settings

iCloud IMAP uses imap.mail.me.com on port 993 with SSL/TLS. Same app-specific password as SMTP. IMAP syncs the standard Inbox, Drafts, Sent Messages, Junk, and Deleted Messages folders across every connected device (Apple’s Mail app iCloud integration uses IMAP under the hood, so folder behavior matches what iPhone Mail and Mac Mail already show).

Storage is shared across the entire iCloud account (mail plus Photos, Drive, backups, and other services). The free 5 GB fills quickly; iCloud+ tiers add 50 GB ($0.99/mo), 200 GB ($2.99/mo), 2 TB ($9.99/mo), 6 TB ($29.99/mo), or 12 TB ($59.99/mo). Users planning to keep a large mail archive should factor this shared quota into the plan choice.

POP3 is not supported

Apple does not offer POP3 access for iCloud Mail. There is no pop.mail.me.com hostname or port. Users migrating from a POP3-only mail client must switch to IMAP, which every modern client supports.

Custom domain via iCloud+

iCloud+ subscribers can route a custom domain through iCloud Mail using the Custom Email Domain feature. Setup: in iCloud settings on the web at icloud.com/settings, add the domain, then configure Apple’s DNS records at the registrar (MX to iCloud, SPF include, DKIM key, DMARC record). Once DNS validates, mail sent to you@yourdomain.com lands in the same iCloud inbox as @icloud.com mail, and outbound SMTP through smtp.mail.me.com automatically uses the custom domain in the From header.

Up to five custom domains per iCloud+ account, with up to three additional email addresses per domain. Custom domains work with Hide My Email (the iCloud+ burner alias feature), so the same account can send from both the custom domain and randomly-generated forwarding aliases as needed.

IMAP, POP3 and SMTP Integration into Gmail

gmail external mail setup imap pop smtp

Configure Gmail with external IMAP/POP3/SMTP to send/receive emails from your custom domain through Gmail’s interface. Perfect for professionals managing multiple accounts in one place.

  1. Google Account β†’ Security β†’ App passwords (2-Step Verification must be enabled).
  2. Generate App Password for “Mail” β†’ copy 16-character password.
  3. Gmail β†’ Settings β†’ See all settings β†’ Forwarding and POP/IMAP.
  4. Enable IMAP β†’ Save Changes.
  5. Incoming (IMAP): [IMAP SERVER]:993 SSL | Outgoing (SMTP): [SMTP SERVER]:587 STARTTLS.
  6. Use your full email + App Password (not regular password) for authentication.

βœ… Gmail Result: Send/receive custom domain email directly in Gmail interface with full search/folder integration.

WordPress SMTP Plugin Configuration (WP Mail SMTP + MailPoet)

Configure SMTP in WordPress to fix email delivery issues and prevent spam folder placement. WP Mail SMTP and MailPoet ensure reliable transactional emails, contact forms, and newsletters deliver successfully.

  1. Install and activate WP Mail SMTP or MailPoet plugin from your WordPress dashboard.
  2. Navigate to WP Mail SMTP β†’ Settings or MailPoet β†’ Settings β†’ Sending tab.
  3. Select “Other SMTP” as your mailer method from the dropdown.
  4. Enter SMTP settings with Port 587 and STARTTLS encryption (when available).
  5. Input your full email address and password in the authentication fields.
  6. Click Save Settings and send a test email to verify the configuration works.

βœ… Result: WordPress contact forms, user registrations, and newsletter emails now deliver reliably via your SMTP server.

This configuration includes these plugins and tools within WordPress:

  • HappyForms
  • Elementor Forms
  • Gravity Form
  • WooCommerce Checkout Form
  • Contact Form by BestWebSoft
  • Fluent Forms
  • Contact Form 7
  • WPForms
  • Ninja Forms
  • Default WordPress Reg Form
  • Forminator Forms
  • Formidable Form
  • WordPress Comment Form
  • Mail Mint Form

Thunderbird OAuth2 Email Setup (IMAP + SMTP)

thunderbird email setup step2

Secure IMAP & SMTP using OAuth2 token authentication in Thunderbird. This modern method eliminates password storage for enhanced security.

  1. Open Thunderbird β†’ Account Settings β†’ Account Actions β†’ Add Mail Account.
  2. Enter your email address and click Continue to begin setup.
  3. Select IMAP protocol and choose OAuth2 authentication method.
  4. Thunderbird opens a browser window β†’ log in to your provider β†’ Grant access permissions.
  5. Automatic configuration applies: Incoming: use the IMAP server address from the settings table above, port 993, SSL
  6. Click Done β†’ Thunderbird begins syncing folders and emails immediately.

OAuth2 advantage: Token-based authentication enhances security over traditional password methods while maintaining full functionality.

Outlook IMAP, POP3 & SMTP Setup (Auto + Manual)

Outlook Hotmail Microsoft

Outlook configuration supports both automatic server detection and manual IMAP/POP3/SMTP settings for complete control over your email setup.

πŸ”„ Auto Setup (Recommended):

  1. Go to File β†’ Add Account β†’ Enter your email address + password.
  2. Outlook automatically detects IMAP, POP3, and SMTP server settings.
  3. Click Connect β†’ setup completes in approximately 30 seconds.

βš™οΈ Manual Setup (Advanced Users):

  • Authentication: Use your full email address + password for both servers

BlueMail Two-Factor Authentication + OAuth2 Setup

BlueMail security setup combines OAuth2 authentication with two-factor authentication (2FA) for maximum account protection.

  1. Open BlueMail β†’ Account Settings β†’ Security β†’ Enable Two-Factor Authentication.
  2. Link your phone number or authenticator app for 2FA verification codes.
  3. Add email account β†’ Choose OAuth2 or manual server configuration.
  4. Enter server details from the table above
  5. Complete login with 2FA code β†’ enhanced security layer activated.

Apple Mail IMAP Configuration (iCloud + Manual)

icloud apple mail setup

Setup IMAP in Apple Mail for seamless synchronization across Mac, iPhone, and iPad devices with full folder support.

  1. Open Apple Mail β†’ Mail β†’ Add Account β†’ Other Mail Account.
  2. Enter your name, email address, and password β†’ click Continue.
  3. Select IMAP account type β†’ Incoming server.
  4. Next: Outgoing server
  5. Click Sign In β†’ Mail verifies settings and begins folder synchronization.

iOS Mail App Setup (iPhone/iPad)

Email setup iphone ios ipad smtp imap

iPhone/iPad Mail configuration syncs IMAP folders across all Apple devices with native push notifications.

  1. Go to Settings β†’ Mail β†’ Accounts β†’ Add Account β†’ Other.
  2. Enter name, email, password β†’ Next.
  3. Account Type: IMAP β†’ Incoming: [IMAP SERVER] Port 993 SSL.
  4. Enter your outgoing SMTP server and port.
  5. Next β†’ Save β†’ iOS verifies and syncs immediately.

Push enabled automatically: new emails appear instantly on Lock Screen.

Android Mail App Configuration

email android setup imap smtp

Android Gmail/Email app setup works with any IMAP/SMTP provider for native device integration.

  1. Go to: Settings β†’ Accounts β†’ Add Account β†’ Email (or Gmail app).
  2. Enter email + password β†’ Next.
  3. Account Type: IMAP
  4. Outgoing server details β†’ Require authentication.
  5. Next β†’ Sign In β†’ Android syncs contacts/calendar if enabled.

Sync interval: 15min default (battery optimized) – change in Account Sync settings.

eM Client Manual IMAP & POP3 Sync Configuration

emclient authentication email settings

Configure your email settings on eM Client with either automatic setup or through precise IMAP/POP3 server settings for reliable email synchronization and full folder support.

  1. Click New Account β†’ Mail
  2. Authentication requires full email address + password for both incoming and outgoing servers.
  3. Click Next β†’ Finish β†’ Send/Receive All Folders to begin synchronization.

Mailbird OAuth2 IMAP & SMTP Integration

mailbird

Secure Mailbird setup using OAuth2 authentication eliminates password storage while providing full IMAP/SMTP functionality.

  1. Mailbird β†’ Add Account β†’ Enter your email address to begin.
  2. Choose Manual Setup β†’ OAuth2 authentication method from options.
  3. Browser opens your provider’s login page β†’ enter credentials β†’ Authorize Mailbird.
  4. Mailbird receives access token and automatically configures IMAP/SMTP servers.
  5. Setup completes β†’ full email synchronization begins automatically.

Mailspring OAuth2 IMAP Configuration

mailspring

Mailspring OAuth2 setup provides secure email access without storing passwords directly in the application.

  1. Add new email account β†’ Select Custom IMAP configuration option.
  2. Incoming IMAP SERVER and outgoing SMTP SERVER.
  3. Mailspring prompts OAuth2 authorization via browser window for secure login.
  4. Log into your provider account and grant Mailspring access permissions.
  5. Mailspring automatically manages authentication tokens β†’ seamless email access established.

Postbox Manual IMAP Synchronization

postbox login email settings

Postbox IMAP setup with manual synchronization control for precise email folder management and immediate updates.

  1. Add IMAP account β†’ Enter IMAP Server details.
  2. Outgoing SMTP with full email authentication.
  3. Postbox connects and displays folder structure automatically.
  4. Right-click any folder β†’ Get Messages for immediate manual synchronization.
  5. Manual sync updates local mailbox instantly with server changes (read status, deletions, organization).

SendBlaster SMTP Configuration (Bulk Email)

sendblaster smtp setup

Bulk email SMTP configuration in SendBlaster requires precise server authentication for reliable campaign delivery.

  1. Open SendBlaster β†’ Settings β†’ SMTP Configuration section.
  2. Enter SMTP Server and Port: do not forget to Enable TLS encryption.
  3. Authentication: Your full email address + password (required).
  4. Click Test Connection β†’ verify green success indicator appears.
  5. Save settings β†’ SendBlaster ready for bulk email campaigns and newsletters.

MailJerry IMAP Real-Time Synchronization

mailjerry email settings setup

MailJerry IMAP setup enables real-time access to email folders stored on your provider’s server across all devices.

  1. Incoming Server and encryption required.
  2. Authentication: Full email address + password for secure connection.
  3. Enable real-time folder synchronization settings in MailJerry preferences.
  4. Folders update instantly with new messages, read status, and deletions across devices.

Clean.email OAuth2 Synchronization Setup

clean.email login

Clean.email OAuth2 setup provides secure mailbox access without sharing passwords directly with the application.

  1. Add new account β†’ Select OAuth2 authorization method.
  2. Your provider opens login portal β†’ enter credentials securely.
  3. Grant Clean.email permissions for email read/write access.
  4. OAuth2 token enables real-time message management, filtering, and organization.
  5. Setup complete β†’ Clean.email maintains secure, ongoing mailbox synchronization.

Common IMAP/POP3/SMTP Troubleshooting

  • Authentication failed: Always use your complete email address, never just the username portion.
  • Port blocked by ISP: Try alternative SMTP port as fallback.
  • SSL certificate errors: Ensure certificate validation is enabled in client settings.
  • Slow or no IMAP sync: Check folder subscriptions and enable all folders in client settings.
GuideRegionType
T-Online.de SMTP SettingsπŸ‡©πŸ‡ͺ GermanyISP
Fibertel.com.ar WebmailπŸ‡¦πŸ‡· ArgentinaISP
QQ Mail SMTP ServerπŸ‡¨πŸ‡³ ChinaGlobal
Volny Mail SettingsπŸ‡¨πŸ‡Ώ Czech RepublicISP
Freemail.hu IMAP SettingsπŸ‡­πŸ‡Ί HungaryRegional
Etisalat/EIM Mail SettingsπŸ‡¦πŸ‡ͺ UAEISP
Hotmail IMAP Settings🌐 GlobalGlobal
126.com IMAP Server SettingsπŸ‡¨πŸ‡³ ChinaRegional
Waoo Mail SMTP/IMAPπŸ‡©πŸ‡° DenmarkISP
GMX SMTP Server Settings🌐 GlobalGlobal
163.com IMAP Server SettingsπŸ‡¨πŸ‡³ ChinaRegional
Webmail.co.za IMAP SettingsπŸ‡ΏπŸ‡¦ South AfricaRegional
Other Popular Email Providers Settings

Frequently asked questions

Why can’t I use my Apple ID password for iCloud Mail in Thunderbird?

Two-factor authentication has been mandatory on Apple ID accounts since 2020. Third-party mail clients cannot handle Apple’s 2FA challenge flow, so Apple requires an app-specific password generated at appleid.apple.com > Sign-In and Security > App-Specific Passwords. Paste that value in the client’s password field. The regular Apple ID password will fail with an authentication error.

Does iCloud Mail support POP3?

No. Apple offers only IMAP and SMTP for iCloud Mail. Users coming from a POP3-only setup must switch their client to IMAP mode, which every modern mail client supports.

How do I set up a custom domain on iCloud+?

Sign in at icloud.com/settings, open Custom Email Domain, add your domain, and configure Apple’s MX, SPF, DKIM, and DMARC records at your domain registrar. Verification usually completes within 30 minutes of DNS propagation. Up to five custom domains per iCloud+ account.

What is Hide My Email?

Hide My Email is an iCloud+ feature that generates random burner email addresses (like abc123xyz@icloud.com) which forward to your real iCloud inbox. Useful for signups where you don’t want to expose your primary address. Works alongside custom-domain email on the same account.

What are the port and encryption exactly?

SMTP: smtp.mail.me.com port 587 with STARTTLS. IMAP: imap.mail.me.com port 993 with SSL/TLS. Note that iCloud does not offer SMTP on port 465 with implicit SSL: only port 587 with STARTTLS is supported for outbound.

Where is iCloud Mail webmail?

At icloud.com/mail. Sign in with the Apple ID and 2FA. Webmail is the same interface used in Apple’s Mail app iCloud integration.

About this guide

These iCloud Mail server settings were verified against Apple’s official support documentation at support.apple.com in July 2026. Hostnames have been consistent since 2011 when the me.com and mac.com aliases were consolidated into @icloud.com. The mandatory 2FA and app-specific password requirement dates from 2020. SMTPedia re-verifies each provider quarterly.


About the Author

Alaa - SMTPedia author

Alaa Β· LinkedIn

Email infrastructure specialist with 8+ years of hands-on experience in SMTP, deliverability, and email verification. I’ve configured and troubleshot mail systems across Postfix, Exchange, and cloud relays, managed IP reputation and warmup campaigns, and built verification pipelines processing millions of addresses. My work spans DNS authentication (SPF, DKIM, DMARC, BIMI), bounce handling, blocklist monitoring, and compliance frameworks including CAN-SPAM and GDPR. I write every article on SMTPedia to give email professionals, developers, and marketers the accurate, RFC-grounded reference they need.


About SMTPedia

SMTPedia is an independent email industry reference covering SMTP, IMAP, POP3, email deliverability, marketing platforms, DNS authentication, and email verification. Every article is researched from official provider documentation, IETF RFCs, and industry best practices. Settings and configurations are verified quarterly.

We are cited as a source by ChatGPT, Microsoft Copilot, and thousands of email professionals worldwide. Learn more about our editorial process.