> For the complete documentation index, see [llms.txt](https://support.tiger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.tiger.com/nastroiki/terminal/parametry-pochty.md).

# Параметры почты

### Меню настройки почты

В терминале Tiger.com есть полноценная система уведомлений. Можно отправлять оповещения по электронной почте при их исполнении.

![Настройка получения уведомления от графического объекта на Email](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80077391250/original/b2SGDnmgJCgV50gJj_j6RL9e4Sf2cIQpPw.gif?1644850331)

Чтобы настроить параметры отправки электронных писем, в главном меню зайдите в **Настройки → Параметры почты.**

![](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80073153594/original/A1K8tcbYQPl7wMxvpHVxAwRgfDkQVcKJqQ.png?1643643750)

В открывшемся окне введите:

* **От кого** будет отправлено письмо (адрес электронной почты)
* **Кому** будет отправлено письмо (адрес электронной почты, может совпадать с адресом «от кого»)
* **Сервер** — это почтовый сервер почтового ящика «от кого» (Например: [smtp.mail.ru:25](http://smtp.mail.ru:25/) или [smtp.gmail.com:25](http://smtp.mail.ru:25/))

| Почта   | Сервер                | Порт       |
| ------- | --------------------- | ---------- |
| Outlook | smtp-mail.outlook.com | 25/587     |
| Gmail   | smtp.gmail.com        | 25/465/587 |
| Yandex  | smtp.yandex.ru        | 465        |
| Mail.ru | smtp.mail.ru          | 25/465/587 |

* **Логин** — почтового ящика «от кого»
* **Пароль** — приложения, созданный в настройках Google аккаунта, Яндекс ID, Mail ID (подробнее про пароли приложений см. ниже)

Чтобы оповещения отправлялись на электронную почту, включите опцию **Разрешить отправку.** Иначе, даже при настроенных параметрах, оповещения на почту отправляться не будут.

### **Пароли приложений**

* Для **Gmail** указывается пароль приложения Google, который создаётся по [ссылке](https://myaccount.google.com/apppasswords). В аккаунте обязательно должна быть включена двухфакторная аутентификация.

  <figure><img src="https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80066865007/original/AiLj69mDSAD8wovakPDV79HcyZVbxDCCEw.png?1641813083" alt=""><figcaption><p>Настройка паролей приложения на Gmail</p></figcaption></figure>
* Для **Яндекс.Почты** пароль создаётся на странице [Управления аккаунтом](https://passport.yandex.ru/profile/) в разделе **Пароли и авторизация**. Выберите **Включить пароли приложений**, подтвердите действие и нажмите **Создать новый пароль**.\
  \
  После этого в **Яндекс.Почте** зайдите во **Все настройки → Почтовые программы** и в Разрешении доступа к почтовому ящику с помощью почтовых клиентов поставьте галочку напротив «С сервера imap.yandex.ru по протоколу IMAP».\\
* Для **Mail.ru** укажите пароль, созданный в [настройках Mail ID](https://id.mail.ru/) в разделе **Безопасность → Пароли для внешних приложений**.


---

# 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://support.tiger.com/nastroiki/terminal/parametry-pochty.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.
