> ## Documentation Index
> Fetch the complete documentation index at: https://help.noxity.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Mail client helper

> Generate ready-to-paste IMAP, SMTP, and POP settings for the popular mail clients. Hosted at mailhelper.noxity.io.

The mail client helper takes a Noxity-hosted email address and spits out the exact IMAP, SMTP, and POP settings you need to add it to a mail client. No more digging through the cPanel docs to find the right server name and port.

Open it at [mailhelper.noxity.io ↗](https://mailhelper.noxity.io).

## What it does

Enter the email address (e.g. `you@yourdomain.com`). The tool looks up the cPanel server that hosts the account and returns:

* **Incoming mail (IMAP)**: server hostname, port (typ. 993), security (SSL/TLS), authentication.
* **Incoming mail (POP)**: server hostname, port (typ. 995), security (SSL/TLS) — for clients that prefer POP.
* **Outgoing mail (SMTP)**: server hostname, port (typ. 465 or 587), security, authentication.
* **Username**: the full email address, not just the local part.

It also generates copy-paste guides for the common clients:

* Apple Mail / iOS Mail
* Microsoft Outlook (Windows + macOS)
* Mozilla Thunderbird
* Generic IMAP / SMTP

## When to use it

* Setting up a fresh mail client on a new device.
* Re-adding an account after a password reset.
* Troubleshooting connection errors (the helper's settings are authoritative; if your client has a different value, that's the bug).

## Behind the scenes

Mailhelper reads the same lookup the [cPanel server finder](/tools/cpanel-finder) uses, plus the standard cPanel mail port conventions. It doesn't need or store your password; the password comes from the cPanel email account settings, which you set when you created the address.

## Need a hand?

<CardGroup cols={2}>
  <Card title="Open a ticket" icon="life-ring" href="https://members.noxity.io/submitticket.php">
    Best for anything that needs an account check or a config change on our end.
  </Card>

  <Card title="Live chat" icon="messages" href="https://noxity.io/contact">
    Faster for quick questions during business hours.
  </Card>
</CardGroup>

<div className="mt-8">
  <Accordion title="Sources" icon="book-bookmark">
    * [Tools overview](/tools/overview)
    * [mailhelper.noxity.io ↗](https://mailhelper.noxity.io)
    * [Email accounts in cPanel](/web-hosting/cpanel/email-management/email-accounts)
    * [Mail client setup guides in cPanel](/web-hosting/cpanel/email-management/mail-clients)
  </Accordion>
</div>
