# Email Settings

Below are the default recommended settings for the manual configuration of email programs or devices.

| **Connection type**               | IMAP                                                                                                                                                                       |
| --------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Username**                      | Your full email address (such as <john@domain.com>)                                                                                                                        |
| **Password**                      | Password of your email account                                                                                                                                             |
| **Incoming Server**               | hostingsecure.email                                                                                                                                                        |
| **Incoming Ports**                | 993 (in case you still want to use POP3: 995)                                                                                                                              |
| **Outgoing Server (smtp)**        | hostingsecure.email                                                                                                                                                        |
| **SMPT (Outgoing) Port**          | 465                                                                                                                                                                        |
| **SSL**                           | SSL must be '"ON" for your account to connect correctly                                                                                                                    |
| **Verification / Authentication** | For both incoming and outgoing emails, password authentication/verification is required. Always use your full email address as your username with the associated password. |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.thirdwp.com/email/email-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
