You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cat <<EOF > ./.env# API key of telegramAPI_KEY_TELEGRAM="your token"# Email serverEMAIL_SERVICE_HOST="mail.ru"# Email loginEMAIL_LOGIN="123@mail.ru"# Email passwordEMAIL_PASSWORD="123456"# Port for ssl connection to the server,# usually 993 (not required for outlook)EMAIL_SERVICE_SSL_PORT=XXX# Email of the sender from whom the necessary letters comeEMAIL_SENDER="123@mail.ru"# Time interval for checking mail, for example, check email every 10 minutesEMAIL_CHECK_TIME_MIN=1# Telegram user ID to whom we send received email messageADMIN_ID_TELEGRAM=123456EOF