# Emailer

The Emailer configuration can be configured via *AgentSettings->Emailer*.

![Emailer configuration](/files/gDeO8QJGmYftNzRb5WNG)

The configuration requires the following details.

* Full Name : *Display Name of email*
* Email Address : *Email address to be used*
* Password : *Authentication Password*
* Outgoing Server : *Outgoing Mail Server*
* Requires SSL : *Boolean value indicating if SSL required*
* Requires Authentication : *Boolean value indicating if Authentication required*
* Outgoing Port for SSL : *Outgoing Port for SSL*
* Outgoing Port for TLS : *Outgoing Port for TLS*
* Requires TLS : *Boolean value indicating if TLS is required*
* Incoming Server : *Incoming mail Server details*
* Incoming Port : *Incoming Port*
* Signature : *Signature*


---

# 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://readme.dhee.ai/platform-reference/agent-settings/emailer.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.
