mail_guard/.env.example
2026-04-24 14:25:23 +03:00

9 lines
No EOL
484 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Публичный ящик откуда фильтр забирает письма (тот же, что EMAIL_SENDER)
PUBLIC_IMAP=imap.yandex.ru
PUBLIC_EMAIL=your_public_email
PUBLIC_PASSWORD=your_public_app_password
# Приватный ящик куда фильтр пересылает чистые письма (этот читает OpenClaw)
PRIVATE_SMTP=smtp.yandex.ru
PRIVATE_SMTP_PORT=465
TARGET_EMAIL=your_private_email
PRIVATE_PASSWORD=your_private_app_password