What is an MUA? Mail User Agents Explained Simply
In brief
Discover MUAs, email clients for sending and managing emails with SMTP, IMAP, and security.

A Mail User Agent (MUA), commonly called an email client, is the software you use to read, write, send, and organize email. It is the interface between a person and the email system: it hands outgoing messages to a mail server (MTA) for delivery and pulls incoming messages back from a mailbox server for you to read. Microsoft Outlook and Mozilla Thunderbird are desktop MUAs, Gmail and Apple Mail are mobile MUAs, and Gmail on the web or Outlook on the web are browser-based MUAs.
At a glance
Quick takeaways
- An MUA is the email client a person interacts with; an MTA is the server that routes mail between domains.
- MUAs send with SMTP and retrieve with IMAP or POP3.
- IMAP keeps messages on the server and syncs them across devices; POP3 downloads them to one device.
- The MUA renders authentication outcomes — a spam label, a security warning, or a BIMI logo — but it does not decide them; the receiving server does.
- Correct SMTP, IMAP, and POP3 server settings, plus TLS, are what make an account send and receive reliably.
How does an MUA work?
An MUA never delivers mail on its own. It is a client that talks to servers, and its job splits into four tasks.
Composing. The MUA gives you an editor to write the message, attach files, set recipients, and add a signature. It formats the result as a standards-compliant message with headers and a body.
Sending. When you press send, the MUA opens an authenticated SMTP connection to your outgoing mail server — the first hop in a chain of MTAs — which then routes the message toward the recipient's domain. The MUA's part ends once the server accepts the message; everything after that is server-to-server transport.
Receiving. To show you new mail, the MUA retrieves messages from your mailbox server using IMAP or POP3. IMAP leaves messages on the server and mirrors your folders, read state, and flags across every device. POP3 downloads messages to the local client and, by default, removes them from the server, which suits a single-device setup but not a phone-and-laptop one.
Managing. The MUA sorts mail into folders, runs search, applies client-side filters, and stores drafts. It also surfaces the security signals a receiving server attached to the message — moving suspected spam to a junk folder, showing an external-sender banner, or displaying a verified brand logo where BIMI applies.
For example, when you send from Gmail's web interface, Gmail's MUA passes the message to Google's MTA over SMTP, and IMAP keeps that same message in sync in the Gmail app on your phone.
MUA vs MTA vs MDA
The three agents are easy to confuse because a hosted platform like Microsoft 365 or Google Workspace bundles them behind one login. They do different jobs:
- The MUA is the client the user touches (Outlook, Apple Mail, Gmail).
- The MTA is the server that relays the message between domains using SMTP (Postfix, Exchange, Google's mail servers).
- The MDA (Mail Delivery Agent) is the component that files the delivered message into the recipient's mailbox, where the receiving MUA later fetches it.
Why MUAs matter for security
The MUA is where authentication becomes visible to the person reading the mail. It does not run the SPF, DKIM, and DMARC checks itself — the receiving server does that and records the outcome in the message headers — but the MUA is what turns that outcome into something a user sees or doesn't see:
- A failed DMARC result can send a spoofed message to junk or attach a warning, which the MUA renders.
- A passing, aligned result can let a supporting MUA display a BIMI brand logo beside the sender.
- Client-side warnings for first-time senders, external domains, or phishing patterns are added by the MUA on top of the server's verdict.
Configuring an MUA: what to get right
Most MUA problems trace back to a handful of settings.
- Server addresses and ports. Enter the correct SMTP (outgoing) and IMAP or POP3 (incoming) hostnames and ports from your provider. The MUA reaches the right mail servers by resolving the domain's MX records and the provider's published client-access hostnames.
- Encryption. Use TLS (often shown as SSL/TLS or STARTTLS) for both incoming and outgoing connections so credentials and message contents are not sent in the clear.
- Authentication. Prefer OAuth or app passwords with two-factor authentication where the provider supports them, rather than a bare password.
- Protocol choice. Choose IMAP for multi-device access and POP3 only for a deliberate single-device, download-and-remove workflow.
- Standards support. A modern MUA should understand current email standards — including how transport is secured through MTA-STS at the server layer — so trust indicators render correctly and connections stay encrypted.
Related reading
Questions readers ask
Frequently asked questions

Written by
Taylor TabusaCo-Founder & Head of Business Development, Palisade
Taylor Tabusa is the co-founder and Head of Business Development at Palisade, helping managed service providers turn email security into a practical, valuable service.
More from Taylor →

