WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

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.

License

Notifications You must be signed in to change notification settings

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

Watchers

Forks

Releases

No releases published

Packages

No packages published