smtp_to_telegram
smtp_to_telegram copied to clipboard
A small program that listens for SMTP and sends all incoming Email messages to Telegram
Right now when `smtp_to_telegram` receives a mail with multiple photo attachments, it sends each image separately via the sendPhoto API call. This makes each image appear as a separate standalone...
If you want to send alerts from jenkins to some telegram chat and send promatheous alerts to different chat with same bot you must raise multiple dockers of "smtp to...
Thanks for this solution. It works great for my needs. I want the ability to send to different chatids based on the 'to' field. My backup software allows me to...
* Releases via Github Actions * Include arm v7 and arm64 builds (for raspberry pis) To make a release, we just create a new (empty) release (via Github UI) or...
This is useful not only when using docker secrets but also to keep token out of process tree As a note, this was the first time I saw this `cli`...
Allow go-guerrila smtp logging level to be set via CLI flag
I have been having an issue with one of my security cameras sending email to telegram. It is located on a slower link and I believe it is likely the...