# Resend

В  данном разделе мы рассмотрим как подключить в почтовый сервис [Resend](https://resend.com/).

1. Откройте сайт [**resend.com**](https://resend.com/) и нажмите на кнопку "Get started"

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

2. Заполните форму для регистрации аккаунта

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

После успешной регистрации, в личном кабинете, перейдите в раздел **"API Keys"**

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

Нажмите **"Create API Key"** и заполните данные

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

После заполнения всех необходимых параметров, нажмите кнопку "Add"

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

Скопируйте полученный ключ

{% hint style="info" %}
Для стабильной работы Resend, верифицируйте домен

В личном кабинете, откройте раздел "Domains", нажмите на кнопку "Add domain"
{% endhint %}

## Панель управления

В панели управления откройте **"Настройки — Общие настройки"**, перейдите в раздел **"Уведомления — E-mail уведомление"**

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

В списке **"Почтовая служба"** выберите **"Resend"**

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

В поле **"Resend API Key"** вставьте ключ, которую скопировали на сайте resend.com

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

Сохраните настройки, перезагрузите сервер.

{% hint style="danger" %} <mark style="color:red;">Для корректной работы, на сайте resend.com обязательно верифицируйте домен иначе сервис работать не будет</mark>
{% 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://docs.iexexchanger.com/uvedomleniya/uvedomlenie-po-e-mail/resend.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.
