awalon / MailToTelegramForwarder

MailToTelegramForwarder is a Python based daemon that will fetch mails from a remote IMAP server and forward them via Telegram API.
GNU General Public License v3.0
40 stars 19 forks source link

Forward Mail to multiple Chat/GroupIDs + readme.md update #4

Open phant opened 2 years ago

phant commented 2 years ago

Hint: python3-python-telegram-bot could be available with Bullseye (Testing, 25th of May 2012)

Maybe 2022 ?

forward_to_chat_id: <Chat/User ID>

Only one Chat or User ID possible ?

awalon commented 2 years ago

Thanks for that note, readme was updated as python3-python-telegram-bot is part of Debian Bullseye.

Yes for now only one Chat/UserID per agent is supported. Just tagged this issue as enhancement to check multi target for upcomming releases.