From c567202209762dd228f58c3380c45d25978c7b4f Mon Sep 17 00:00:00 2001 From: ProgramX Date: Fri, 20 Mar 2026 10:25:38 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D1=80=20=D0=BF=D0=B5=D1=80=D0=B5?= =?UTF-8?q?=D0=BC=D0=B5=D0=BD=D0=BD=D1=8B=D1=85=20=D0=BE=D0=BA=D1=80=D1=83?= =?UTF-8?q?=D0=B6=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..9eec20b --- /dev/null +++ b/.env.example @@ -0,0 +1,6 @@ +EMAIL_SENDER=your_account@yandex.ru +EMAIL_PASSWORD=your_app_password +WEBHOOK_URL=https://webhook.site/your-unique-id + +SMTP_SERVER=smtp.yandex.ru +SMTP_PORT=465 \ No newline at end of file