Email Client Setup
How to manually set up email in desktop clients with the correct server settings for Gmail, Outlook.com, and Yahoo
Most email clients auto-detect your settings when you enter your email address. But when auto-detection fails – or you need to enter settings manually for a custom domain – you need the actual server names, ports, and security settings. This guide covers the three most common providers and how to set them up in the major desktop email clients.
Before you start, you need to pick a protocol. Here's the short version:
- IMAP – keeps your email synced across all your devices. When you read, delete, or move a message on one device, the change shows up everywhere. This is what you want in almost every case
- POP3 – downloads mail to one device and (by default) deletes it from the server. Useful if you want a single offline archive, but terrible for multiple devices. Avoid this unless you have a specific reason
- Exchange / ActiveSync – Microsoft's protocol that syncs email, calendar, contacts, and tasks. Used by Microsoft 365 and some corporate servers. If your organization uses Microsoft 365, this is usually the best option because it handles everything in one connection
If you're not sure, use IMAP. If your work uses Microsoft 365, use Exchange.
Frequently Asked Questions
What's the difference between SSL/TLS and STARTTLS?▾
Both encrypt your email connection. SSL/TLS establishes an encrypted connection immediately on a dedicated port (like 993 for IMAP). STARTTLS starts on a regular port (like 587 for SMTP) and upgrades to encryption during the connection. Both are secure. The important thing is to never use "None" or unencrypted connections.
Do I need an app password?▾
Only if you have two-factor authentication (2FA) enabled on your email account and your email client doesn't support modern OAuth sign-in. Most modern clients (Apple Mail, new Outlook, Thunderbird) support OAuth and will open a browser sign-in window instead. If you're prompted for a password directly in the client, you'll need an app password.
Can I use the same email account in multiple clients?▾
Yes, as long as you're using IMAP. IMAP syncs everything to the server, so changes you make in one client appear everywhere. If you set up the account as POP3, messages download to one client and may be removed from the server, so your other clients won't see them.
Why does my email client show a different folder structure than webmail?▾
IMAP clients sometimes map folder names differently. "Sent Mail" in Gmail might appear as "[Gmail]/Sent Mail" in Thunderbird. You can usually fix this in the client's account settings by mapping the Sent, Drafts, Trash, and Archive folders to the correct server-side folders.
Should I use the built-in Mail app or a third-party client?▾
The built-in options (Apple Mail, new Outlook) work well for most people and integrate with the OS for notifications and calendar. Thunderbird is a solid free alternative that gives you more control over settings. Pick whichever you'll actually use consistently – the protocol and server settings are the same regardless of client.