Skip to content

v3.0

Latest
Compare
Choose a tag to compare
@7orlum 7orlum released this 16 Nov 18:43

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:

  1. The parameter has been renamed in appsettings.yaml TelegramChatId → TelegramChat
  2. The name of the program has been changed SmtpTelegramRelay → SmtpTelegramGateway
  3. 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