# Email Config

<table><thead><tr><th width="249.33333333333331">Prop Name</th><th>Prop Value</th><th>Rules / Info</th></tr></thead><tbody><tr><td>email.[alias name].username</td><td>User name for the Email Account</td><td></td></tr><tr><td>email.[alias name].password</td><td>Password for the email account</td><td></td></tr><tr><td>email.[alias name].host</td><td>Host URL</td><td></td></tr><tr><td>email.[alias name].port</td><td>Port Number</td><td></td></tr><tr><td>email.[alias name].protocol</td><td>Email retrieving protocol</td><td>imaps,pop3s,smtp</td></tr><tr><td>email.[alias name].mailbox</td><td>Mailbox name.</td><td>Optional. Default will be inbox</td></tr><tr><td>email.[alias name].folder</td><td>Folder name.</td><td>Used for reading emails only. Default value is inbox</td></tr><tr><td>email.[alias name].msgformat</td><td>Message Body Format</td><td>Options: text or html</td></tr></tbody></table>


---

# 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.qatts.com/administration/deployment/email-config.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.
