> For the complete documentation index, see [llms.txt](https://guide.cryptrend.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.cryptrend.io/pochty-imap/dobavlenie-pochty-s-redirektom.md).

# Добавление почты с редиректом

Редирект позволяет читать коды от проектов с одной почты, принимая их на несколько разных. Это удобно, так как софту достаточно просматривать всего один почтовый ящик во время массовой авторегистрации аккаунтов. Для успешной настройки редиректа, следуйте инструкции, что бы настроить его в боте:

{% hint style="info" %}
Обратите внимание, что бот не настраивает за вас редирект, он даёт команду искать коды с определённых почт на выделенной вами почте с редиректом. Настроить сам редирект вам поможет следующая статья, там подробно описан [алгоритм с почтой iCloud](/pochty-imap/instrukcii-po-sozdaniyu-parolya-imap.md#icloud)
{% endhint %}

{% stepper %}
{% step %}

### Нажмите "Аккаунты"

<figure><img src="/files/qvtEpkEFeFNtNsAA6M8U" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Перейдите в "Почты IMAP"

<figure><img src="/files/xLkq0aMVxo0F4C0YdYf6" alt="" width="375"><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### Нажмите "Добавить почту"

<figure><img src="/files/Tc4jwOTMxdbndm52XWML" alt="" width="375"><figcaption></figcaption></figure>

Выберите удобный вам формат

<figure><img src="/files/TWxgzQrL4xQ1I6d4rLaN" alt="" width="345"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Добавьте почту

Выберите тип почты:

* Обычная почта - просто добавляет почту IMAP. Если вы добавляете редирект впервые, то для начала можете добавить обычную IMAP почту тут, на которую вы, предварительно, настроили редирект.
* Почта с редиректом - если вы уже добавили заранее основную почту для  редиректа, но даже если вы этого не сделали, то сможете добавить дальше.

<figure><img src="/files/MD6m0cdC18ZzRkSClEBK" alt="" width="229"><figcaption></figcaption></figure>

В любом случае, по итогу, вам нужно будет нажать на **"Почта с редиректом"**, уверенно жмём
{% endstep %}

{% step %}

### Выберите почту, на которую будет настроен редирект

1\) Выберите добавленную заранее почту

2\) Введите почту, на которую настроен редирект

<figure><img src="/files/QMe1D84gyNIugWoVR8LT" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Введите почты, которые будут перенаправлять письма на выбранную вами почту

Вводите их без паролей, так как софту не нужен к ним доступ. Он будет использовать их исключительно, как трекер для отслеживания писем

<figure><img src="/files/czgRrZR7msAbBJe9lJkx" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

Готово, вы настроили редирект. Но на всякий случай ещё раз напоминаем - **он не будет работать, если вы не настроили его заранее самостоятельно**. В следующей статье будет мини гайд для настройки редиректа на почту iCloud

***

**В следующей статье рассказываем, как создавать пароли для IMAP на разных почтовых сервисах, а также, как настроить редирект почту в iCloud**

***


---

# 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, and the optional `goal` query parameter:

```
GET https://guide.cryptrend.io/pochty-imap/dobavlenie-pochty-s-redirektom.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
