Added e-mail forwarding to users, groups and channels
Added using channel names instead of channel ids
Added logging of sending telegram messages
Added on-the-fly configuration changes
Fixed vulnerabilities in package dependencies
Breaking changes:
- The parameter has been renamed in appsettings.yaml TelegramChatId → TelegramChat
- The name of the program has been changed SmtpTelegramRelay → SmtpTelegramGateway
- The name of the Windows service has been changed "SMTP Telegram Relay" → "SMTP Telegram Gateway"
To unregister old windows service use commands:
sc.exe stop "SMTP Telegram Relay"
sc.exe delete "SMTP Telegram Relay"
Full Changelog: v2.0...v3.0