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

# Email Overview

At Verpex we provide unlimited email accounts with every shared and reseller hosting plan on cPanel.

The emails use the standard IMAP/POP protocol for incoming mail, and SMTP for outgoing mail. That means you can configure your email accounts on all major mail clients and mobile devices. We also provide webmail.

The key connection details are:

<Table align={["left","left"]}>
  <thead>
    <tr>
      <th />

      <th />
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        Webmail Link
      </td>

      <td>
        webmail.\[yourdomain.com] or \[yourdomain.com]/webmail

        You can also use the webserver hostname
      </td>
    </tr>

    <tr>
      <td>
        Incoming and Outgoing Mailserver Names
      </td>

      <td>
        mail.\[yourdomain.com]

        You can also use your web server hostname
      </td>
    </tr>

    <tr>
      <td>
        Email account username
      </td>

      <td>
        Your full email address (e.g. you@\[yourdomain.com])
      </td>
    </tr>

    <tr>
      <td>
        Email account password
      </td>

      <td>
        As set in cPanel
      </td>
    </tr>

    <tr>
      <td>
        Incoming Mailserver settings
      </td>

      <td>
        SSL On, Port 993 (This should be the default!)
      </td>
    </tr>

    <tr>
      <td>
        Outgoing Mailserver settings
      </td>

      <td>
        SSL On, Port 465 (This should be the default!)
      </td>
    </tr>
  </tbody>
</Table>
