This is a simple script that lets you know when a copy of a notification email arrives in a specific folder. Nothing complicated - it just reads the email subject, sends it to Telegram, and deletes the email. This helps to understand what internal systems are complaining about, as they can only send notifications via email.
Run from folder with docker file:
- Change the values of the variables in the config.ini file to your own.
- docker build -t telegram-email-bot .
- docker run -d --restart unless-stopped --name telegram-email-bot telegram-email-bot