# Подключение Zoho почты

### Создаем аккаунт Zoho Mail

1. Переходим на страницу [Zoho Mail -> Pricing](https://www.zoho.com/mail/zohomail-pricing.html)  и выбираем тариф **MAIL LITE**\
   ![](/files/nZpCdl9Y9g2DorcrqhL7)
2. Регистрируем аккаунт и нажимаем кнопку добавит домен \
   ![](/files/bKUiEJrqCAsb5nYHF6t5) ![](/files/yE4yOQnE3ru9PgjmFJ74)
3. Настройте DNS для верификации домена как указано в инструкции
4. Создайте супер админа и добавьте email для поддержки\
   ![](/files/NLCNtVxrvf4J76UBt2Tx)&#x20;
5. Настройте DNS записи для email \
   ![](/files/nJU4jIVT2js0omufGGrA)

### Получаем SMTP доступы

1. Переходим в раздел **Mail Settings -> Tools & Configurations -> Configurations**
2. И смотрим в блок **Outgoing / SMTP**\
   ![](/files/OOTK4hG1sbBHFX77GYkp)
3. Логин и пароль который вы использовали при регистрации почты для отправки

### Устанавливаем доступы в админ панель&#x20;

{% hint style="info" %}
**Важно:** Перед тем как вводить ваши данные попробуйте под ними войти в ZOHO тк если вы не убирали галочку "*Force user to change password on next log in"* то при входе в данного пользователя нужно установить новый пароль который и указать в настройках. *Система не может работать с временным паролем.*&#x20;
{% endhint %}

1. Устанавливаем доступы полученные на предыдущем этапе к примеру:<br>

   `SMTP host:`` `**`smtppro.zoho.eu`**\
   `SMTP port:`` `**`465`**\
   `SMTP secure protocol:`` `**`true`**\
   `Account email:`**`support@your.domain`**\
   `Email sender sender:`**`support@your.domain`**\
   `Account password:`` `**`YOUR_PASSWORD`**\
   \&#xNAN;**`(если ошибка)`**\
   `SMTP port:`` `**`587`** \
   `SMTP secure protocol:`` `**`false`**\
   ![](/files/2xYTaFc8ZNGCt7vIP7hu)


---

# 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://manual.boxexchanger.net/nachalo-raboty/nastroika-pochty/podklyuchenie-zoho-pochty.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.
