# Настройка SMTP Yandex

{% embed url="<https://youtu.be/yLGgU8G6seQ>" %}

В данном разделе мы рассмотрим как подключить в качестве сервера рассылки SMTP  почтовую службу Яндекс.

1. Откройте сайт **yandex.ru** и нажмите на поисковое поле и зайдите в раздел **"Почта"**

<figure><img src="https://content.gitbook.com/content/YuqSN6CIJoIeh8EPb0uE/blobs/GsWlVDEbLqFG9U51nE2r/2023-03-14_23-54-01.png" alt=""><figcaption></figcaption></figure>

2. В контекстном меню, выберите пункт **Управление аккаунтом**.

<figure><img src="https://content.gitbook.com/content/YuqSN6CIJoIeh8EPb0uE/blobs/mbWr8bOJThooCq0NzGkd/2023-03-14_23-54-12.png" alt=""><figcaption></figcaption></figure>

3. В разделе **Безопасность** нажмите на **Пароли приложений**

<figure><img src="https://content.gitbook.com/content/YuqSN6CIJoIeh8EPb0uE/blobs/FTyFd9aSmEVUTHoyk1Zp/2023-03-14_23-54-30.png" alt=""><figcaption></figcaption></figure>

3. Выберите приложение **Почта,** введите название и нажмите на кнопку **Создать.**

<figure><img src="https://content.gitbook.com/content/YuqSN6CIJoIeh8EPb0uE/blobs/6cSRpSsoCgNavP1QnCaT/2023-03-14_23-55-12.png" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Сохраните пароль, он понадобится нам позже при настройке уведомлений.
{% endhint %}

<figure><img src="https://content.gitbook.com/content/YuqSN6CIJoIeh8EPb0uE/blobs/gpV9vK1ns2nFE8LNFzYd/2023-03-14_23-55-25.png" alt=""><figcaption></figcaption></figure>

4. В панели управления откройте **"Настройки — Настройка системы — Служба E-mail"**

Во вкладке **"Настройки"**

> * **SMTP хост —** адрес SMTP сервера. **smtp.yandex.ru**
> * **SMTP порт —** порт SMTP сервера. **465**
> * **SMTP Имя пользователя —** адрес зарегистрированного электронного ящика Яндекс.Почты.&#x20;
> * **SMTP пароль —** пароль от электронного ящика
> * **E-mail для авторизации на SMTP сервере в качестве отправителя —** укажите параметр которую заполнили в поле **SMTP Имя пользователя**
> * **SMTP от Имени —** имя от которого будет отправляться письма.
> * Использовать защищенный протокол для отправки писем через SMTP сервер - **SSL**

**Сохраните настройки**

<figure><img src="https://content.gitbook.com/content/YuqSN6CIJoIeh8EPb0uE/blobs/0WfJdzOE78RUVao8JLeH/2024-07-31_09-55-37.png" alt=""><figcaption></figcaption></figure>


---

# 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/nastroika-smtp-yandex.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.
