> For the complete documentation index, see [llms.txt](https://docs.perfectscale.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/administration/smtp-provider-configuration.md).

# SMTP provider configuration

{% hint style="info" %}
You have to activate your SMTP provider so Zitadel can use it to send your emails. Only one provider can be active.
{% endhint %}

To access the SMTP Provider management panel, navigate to Zitadel by selecting **Organization Settings** from the **profile button** located at the bottom left.

<figure><img src="/files/fcJBf3khqQGvz33YtyXj" alt=""><figcaption><p>Organization settings</p></figcaption></figure>

To ensure you only send the emails from domains you own, you need to add a custom domain to your instance. In order to configure a custom domain, go to the ZITADEL [customer portal](https://zitadel.cloud/) -> Default Settings -> SMTP Provider.

<figure><img src="/files/cyF3hWFa8UvBj6y66pjs" alt=""><figcaption><p>Zitadel SMTP provider</p></figcaption></figure>

To configure your custom SMTP, you need to fill in the following fields:

* Sender email address
* Sender name
* Enable or Disable Transport Layer Security (TLS)
* Host
* User
* SMTP Password

While you create/update a SMTP provider, you can test your SMTP configuration.

<figure><img src="/files/ym88vBPDuAnMWVkGpTqz" alt=""><figcaption><p>Test SMTP configuration</p></figcaption></figure>

\
In the SMTP providers table, you can hover over a provider's row to display buttons that let you activate or deactivate a provider, test your SMTP settings, and delete a provider.&#x20;

<figure><img src="/files/B3nN0EbMwGNjzUqsDnCp" alt=""><figcaption><p>Managing SMTP provider</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.perfectscale.io/2.0-self-hosted-or-perfectscale-documentation/administration/smtp-provider-configuration.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.
