Android Email Setup Without the Gmail App in 2026

The short answer
To set up email on Android without the Gmail app, install a third-party IMAP client such as Thunderbird for Android, enter your email address, and add your provider's incoming (IMAP) and outgoing (SMTP) server details. Most major providers support app passwords or OAuth so you can authenticate securely without sharing your main account password.
Step-by-step guide to setting up any email account on Android without the Gmail app, including IMAP settings by provider and fixes for common errors.
On this page
Knowing how to set up email on Android without the Gmail app opens up the rest of the category: clients with genuine multi-provider inboxes that mix Gmail, Outlook, iCloud, and custom IMAP accounts in one view; notification rules you can control per account; and choices about how much mail the app keeps on the device. The Gmail app ships pre-installed on most Android phones, but it is optional — Android has supported third-party IMAP clients since its earliest versions, and the standard IMAP protocol works identically regardless of which app you use to connect.
The setup process is the same across all IMAP clients: add an account, enter the incoming server settings for your provider, enter the outgoing server settings for sending, and authenticate. What differs between providers is the server address, the port number, and the authentication method each one requires. This guide walks through every step using Thunderbird for Android as the example (because it is free, open-source, and actively maintained by Mozilla), gives you a ready-to-copy settings table for the major providers, and covers the most common failure points with specific fixes.
Before you start#
You need three things before you open any email app: your full email address, a password or app password for that address, and the IMAP and SMTP server details for your provider. For the major providers — Gmail, Outlook, iCloud, Yahoo, Fastmail — those server details are in the table further down this page. For a custom-domain address, check your hosting control panel (usually under Email or Domains) or ask your host's support team.
Two providers require an extra step before IMAP will work. Google requires an App Password if your account has two-step verification enabled — your regular Google password will be rejected with an authentication error. Generate one at myaccount.google.com under Security > How you sign in > 2-Step Verification > App passwords; you will get a 16-character code to use in place of your main password. Microsoft requires IMAP to be turned on at the account level; log into Outlook on the web, go to Settings > Mail > Sync email, and enable the IMAP toggle before connecting a client. If your Outlook account also uses two-factor authentication, generate an App Password there as well.
On the app side, you need an IMAP-capable email client from the Play Store. The main options for Android in 2026 are Thunderbird for Android (the former K-9 Mail, now developed under the Mozilla umbrella), FairEmail, and Edison Mail. The steps below follow Thunderbird, but the server values and field names are the same in any standards-compliant IMAP client.
Google accounts with two-step verification
How to set up email on Android without the Gmail app#
The steps below walk through adding an account in Thunderbird for Android. If you are using a different client, the field names will be close to identical and the server values from the table below apply unchanged.
- 1
Install Thunderbird for Android
Open the Play Store and search 'Thunderbird email'. Install the app — it is free and requires no account with Mozilla. If you prefer a different client (FairEmail, Edison Mail, or another IMAP client), install that instead; the remaining steps apply to any IMAP client.
- 2
Open the app and tap 'Add account'
On first launch, Thunderbird opens an account setup screen automatically. On subsequent launches, reach it via the three-line menu in the top-left corner, then Settings > Add account. When prompted for the account type, tap 'Email account'.
- 3
Enter your email address and password
Type your full email address (for example, [email protected] or [email protected]) and the password or app password for that account. Thunderbird will attempt to auto-detect the server settings from Mozilla's ISPDB, a public configuration database. For Gmail, Outlook, iCloud, Yahoo, and Fastmail this detection usually succeeds — review the detected values against the table below before proceeding. For custom-domain addresses or less common providers, auto-detection will fail and you will enter the settings manually in the next step.
- 4
Verify or enter the incoming (IMAP) server settings
Check that the protocol is set to IMAP, not POP3. POP3 downloads mail and removes it from the server by default, which breaks access on every other device you use. Confirm the server address, port, and security type match the values for your provider in the table below. If auto-detection returned incorrect values, tap 'Advanced setup' or 'Manual setup' to edit the fields directly.
- 5
Verify or enter the outgoing (SMTP) server settings
The outgoing server section controls where your sent mail is delivered. For most providers, port 587 with STARTTLS encryption is the correct configuration. Port 465 with SSL/TLS is also valid and some providers prefer it; both are listed in the table where they differ. Confirm the SMTP address and port match your provider before proceeding.
- 6
Set your display name and sync preferences
Enter the name recipients will see in the From field — typically your name or your company name. On the next screen, set how often the app checks for new mail (every 15 minutes is a reasonable default that balances battery life and freshness) and how far back to sync (the past two weeks covers most day-to-day needs without filling your device's storage).
- 7
Send a test message
Compose a short message to yourself or a colleague and tap send. Confirm it arrives and that the From name and address look correct. If sending fails with a credentials or authentication error, re-check that you used an app password rather than your main account password — this is the most common cause of a successful incoming setup paired with a failed outgoing one.
IMAP and SMTP settings by provider#
Use these values when auto-detection fails or when setting up a client that does not attempt it. Settings are verified against each provider's official support documentation as of July 2026 — check the provider's own help center if a connection fails, as server addresses and port recommendations occasionally change.
| Provider | IMAP server | IMAP port | SMTP server | SMTP port | Auth note |
|---|---|---|---|---|---|
| Gmail | imap.gmail.com | 993 (SSL/TLS) | smtp.gmail.com | 587 (STARTTLS) | App Password required if 2-step verification is enabled |
| Outlook / Hotmail / Live | outlook.office365.com | 993 (SSL/TLS) | smtp.office365.com | 587 (STARTTLS) | Enable IMAP in Outlook settings first; App Password if 2FA is on |
| iCloud Mail | imap.mail.me.com | 993 (SSL/TLS) | smtp.mail.me.com | 587 (STARTTLS) | App-specific password required (appleid.apple.com > Sign-In and Security) |
| Yahoo Mail | imap.mail.yahoo.com | 993 (SSL/TLS) | smtp.mail.yahoo.com | 465 (SSL/TLS) | App Password required (Yahoo Account Security page) |
| Fastmail | imap.fastmail.com | 993 (SSL/TLS) | smtp.fastmail.com | 587 (STARTTLS) | Use a Fastmail-generated app password, not your main password |
| Custom / business IMAP | Check host cPanel or admin | Usually 993 | Check host cPanel or admin | Usually 587 | Full account password typically accepted; check host for requirements |
What to do when the setup fails#
Most IMAP setup failures on Android fall into four categories. Knowing which one you have tells you exactly what to change.
Authentication errors — 'Invalid credentials', 'Username and password not accepted', or 'Login failed' — almost always mean the wrong password type. Google, Yahoo, iCloud, and Microsoft accounts with two-factor authentication all require an app password; your regular account password will be rejected every time. Generate an app password for the provider, enter it in the client's account settings, and the error clears. The app password is typically 16 characters with no spaces.
Connection timeouts — 'Unable to connect', 'Connection refused', or the setup screen spinning without completing — usually mean the server address or port is wrong, or a network is blocking the port. Double-check the server address against the table above and try switching between port 993 and port 143 for incoming mail, or between port 587 and port 465 for outgoing. If you are on a corporate or campus Wi-Fi network, test the same setup on mobile data — some managed networks block IMAP ports. If mobile data works and Wi-Fi does not, the block is at the network level rather than in your settings.
Certificate errors — 'Certificate not trusted' or 'SSL handshake failed' — appear most often with custom-domain mail hosted by smaller providers. In most clients you can choose to accept the certificate for that server; this is reasonable for a domain you own or control, but treat it as a warning for a major provider's address (where a certificate error may indicate a misconfigured or spoofed server). If you see this error with Gmail, Outlook, or Yahoo, stop and verify you entered the server address exactly as shown in the table.
IMAP not enabled errors are specific to Outlook accounts. If the client returns a message indicating IMAP is disabled, log into Outlook on the web, go to Settings > Mail > Sync email, find the IMAP access toggle, enable it, and save. The change takes effect immediately. Google Workspace accounts managed by an organization may have IMAP disabled at the domain level; a Workspace admin must enable it under Admin console > Apps > Google Workspace > Gmail > Settings for Gmail > IMAP access.
The 'Less secure app access' setting no longer exists for Gmail
A faster way to handle email on Android#
The steps above give you a working IMAP inbox on Android, and they solve the immediate problem of removing the Gmail app dependency. What IMAP configuration alone does not solve is the volume problem: you have moved your mail into a different client, but the same volume of incoming messages still needs triaging, prioritizing, drafting, and following up on.
AI Emaily is the AI-native email client we build. On Android it runs as a progressive web app: open app.aiemaily.com in Chrome, tap the install prompt, and it installs to your home screen with its own icon, push notifications, and offline access for reading and drafting. (A native Android app is on the roadmap; the current Android surface is PWA.) It connects to Gmail, Outlook, iCloud, and any IMAP account using the same credentials the steps above use — then adds an AI layer that triages your inbox, surfaces the messages that need attention, and drafts replies in the voice you define through a user-set Context brain and per-client profiles, not by analyzing your sent history.
If you needed the IMAP setup guide, the steps above cover it completely. If you are looking for an inbox that handles the volume as well as the configuration, there is a 7-day free trial at app.aiemaily.com — card required, and nothing is charged if you cancel before day 7. We build AI Emaily.
Frequently asked
See it in AI Emaily
Keep reading
Sources

Written by
Nafiul HasanNafiul Hasan is an entrepreneur and AI automation system builder with 10+ years of experience turning messy, manual workflows into reliable automated systems. He designs and ships AI enterprise solutions end-to-end — the agent logic, the data plumbing, and the product people actually use — and founded AI Emaily to give busy professionals their attention back. He writes here from the builder's seat: what works, what breaks, and how to put AI to work without giving up control.