# Email

{% hint style="info" %}
This dialog allows you to configure your SMTP settings for outgoing email. Please contact your specific email provider for SMTP settings.&#x20;
{% endhint %}

**Email Method** – Set to Do Not Allow or Generic SMTP.

**SMTP Server** – SMTP email server domain.

**SMTP Port** – Set the SMTP server. Port 25 is standard, port 465 uses SSL encryption, and port 587 (recommended) uses TLS encryption.

**Username** – Enter your full email address here.

**Password** – Enter your third-party app password here.

**Protocol** – This field will display the protocol based on the port being used.

**From Email** –Enter your full email address here.

**To Email** – Enter your full email address here.

**Send Test Email** – Click here to send a test email to see if your configuration is correct.

See this [Email page](/user-guide/console-1/email-configuration.md) on how to set up the email.


---

# 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.motivewave.com/user-guide/settings/email.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.
