# SMTP settings

You can use your own SMTP server by providing the SMTP settings in outlined fields. Click the Test button and enter a test email address where test email will be sent. **Don't forget to click the save button before navigating away**.

If you do not have an SMTP server you are already using, you can use one of the free SMTP options. Please see [Free SMTP options](/streams-manager/configuration/settings/email-notifications/free-smtp-options.md). All these options have very low limit on how many emails can be sent per day and have questionable deliverability rates unless you have your own custom domain and setup domain verification.

Alternatively, I can provide reliable SMTP server through Amazon AWS SES for $3 per month without limits.&#x20;

### Amazon SMTP settings

Amazon SMTP settings are as follows:

| Setting       | Value                                        |
| ------------- | -------------------------------------------- |
| SMTP Host     | email-smtp.us-east-1.amazonaws.com           |
| SMTP Port     | 465                                          |
| SMTP User     | Will be provided                             |
| SMTP Password | Will be provided                             |
| From email    | admin@<\<your-subdomain>>@streamsmanager.com |
| Use SSL/TLS   | True                                         |
| From Email    | Must match email you verified with Amazon    |

<br>


---

# 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://streamsmanager.gitbook.io/streams-manager/configuration/settings/email-notifications/smtp-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.
