Skip to content

BlummNikkiS/Simple_Telegram_Email_notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple_Telegram_Email_notify

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:

  1. Change the values ​​of the variables in the config.ini file to your own.
  2. docker build -t telegram-email-bot .
  3. docker run -d --restart unless-stopped --name telegram-email-bot telegram-email-bot

About

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.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors