This is a Telegram bot that automatically forwards incoming emails to a specified Telegram chat using the Telegram Bot API.
Follow the steps below to install and run the bot locally or on a server:
git clone [email protected]:forest-chan/mail-telegram-forwarder.gitcd mail-telegram-forwardercp .env.example .envnano .envdocker-compose builddocker-compose -f docker-compose.yaml up -d