# Configuring Mail Servers

## Configuring a Mail Server for your Portal

All email notifications will be sent out from a onestop.site email unless you add your own email server configuration for your portal(s).

To add mail server settings for a portal:

* Open / Edit your Portal.
* Click on the "Next" Button.
* Click on the "Add Outgoing Email Settings" button

<figure><img src="/files/zXyILmIJ0BrlssFJSjbH" alt=""><figcaption></figcaption></figure>

* Ensure you can now see the Outgoing Email Settings Form

<figure><img src="/files/DhoazctBtw7pCPWYLN0H" alt=""><figcaption></figcaption></figure>

* Provide the following details that should be available from your mail server or email provider.
  * Name: *This is just a descriptive name for your mail server.*
  * SMTP Encryption
  * SMTP Host
  * SMTP User
  * SMTP Port
  * SMTP Password
* Test the mail server by clicking on the "Test Mail Server" button.

<figure><img src="/files/LlG5qcg8W97m29F7XjGv" alt=""><figcaption><p>Testing the mail server</p></figcaption></figure>

{% hint style="info" %}
It is important to note that if you do decide to use your own mail server for sending out email notifications from Onestop, you or your technical team will be responsible for ensuring email deliverability.
{% endhint %}


---

# 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://admin-docs.onestop.site/portals/configuring-mail-servers.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.
