Categorygithub.com/kiling91/telegram-email-assistant

# README

TelegramEmailAssistant

Telegram bot that sends notifications of new emails. With the ability to read the mail .

Configuration

The configuration file template is located along the path /configs/config.template.yml

ParameterDescription
app.file_directoryPath for saving emails and attachment files
app.store_dbPath to sqlite file
app.max_text_message_sizeThe maximum size of the mail message output as text
app.mail_check_timeoutInterval for checking new messages (sec)
imap.loginImap server login
imap.imap_serverImap server address
imap.passwordPassword imap server
telegram.bot_tokenTelegram bot token ( @BotFather )
telegram.users.user_idTelegram bot user
telegram.users.imap_loginMailbox that is associated with telegram.users.user_id

Build docker image

docker build -t kiling91/telegram-email-assistant:0.1.20 .
docker push kiling91/telegram-email-assistant:0.1.20

Run docker

docker-compose up

# Packages

No description provided by the author
No description provided by the author