> For the complete documentation index, see [llms.txt](https://docs.mikopbx.com/mikopbx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mikopbx.com/mikopbx/manual/system/mail-settings/yandex.md).

# Настройка Yandex Mail (Логин, Пароль)

Для получения уведомлений о пропущенных вызовах по электронной почте необходимо настроить SMTP-клиент. Подробная информация об уведомлениях в MikoPBX рассмотрена [здесь](broken://pages/tqyJLzMpdFJ2KU2vrQld). В рамках данной инструкции будет рассмотрен пример настройки уведомлений о пропущенных вызовах для почтового сервиса Yandex.

{% hint style="warning" %}
[Документация Yandex](https://yandex.ru/support/mail/mail-clients/others.html) по настройки smtp.\
Для большей безопасности следует использовать «[Пароли приложений](https://yandex.ru/support/id/authorization/app-passwords.html)». Не используйте основной пароль от почтового ящика.
{% endhint %}

1. Введем IP адрес АТС MikoPBX в браузере и перейдем в **Система** → **Почта и уведомления**.

<figure><img src="/files/O7pb2iH72mXdPYFXyxSb" alt=""><figcaption><p>Раздел "<strong>Почта и уведомления</strong>"</p></figcaption></figure>

Настройки SMTP клиента для сервиса Yandex:

* **SMTP хост -** `smtp.yandex.ru`
* **SMTP Порт** - 465 (Порт для обслуживания клиентов)
* **Адрес отправителя** и **Логин** - E-mail с которого будут отправляться сообщения о пропущенных вызовах
* **Пароль** - пароль от электронной почты, необходимый для авторизации
* **Метод шифрования** - Использовать TLS

<figure><img src="/files/FeBwDgw1vIbs7caaetvl" alt=""><figcaption><p>Параметры настроек отправки сообщений</p></figcaption></figure>

2. Осуществим отправку тестового письма на электронную почту любого сервиса. В случае успешного тестирования на указанный Вами адрес электронной почты придет тестовое письмо.

О том, как настроить шаблон письма для создания e-mail уведомлений вы можете прочитать [здесь](broken://pages/tqyJLzMpdFJ2KU2vrQld).


---

# 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://docs.mikopbx.com/mikopbx/manual/system/mail-settings/yandex.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.
