Skip to content

Releases: kworr/smtp2tg

v0.3.4

23 Jan 12:55
Compare
Choose a tag to compare

Make buildable on older Rust versions, check that config file is only readable by owner.
Add arg parsing.

v0.3.1

11 Dec 09:04
Compare
Choose a tag to compare

crates bump, fixed issues with markdown errors not sending

v0.3.0

28 Nov 15:54
Compare
Choose a tag to compare

This is kindda a HUGE rework. SMTP backend switched from SaMoToP to mailin-embedded, resulting in:

  • LMTP support dropped (I hope just temporary);
  • no need to write anything to files as whole processing is done in memory;
  • this also means we can return status - whether message was sent, was there any errors etc, no internal queue exists now, SMTP server should handle queueing from now on;
  • possibility to deny mail to unknown/unconfigured recipients.

v0.2.6

23 Nov 15:52
Compare
Choose a tag to compare

crates bump

Full Changelog: v0.2.5...v0.2.6

v0.2.5

23 Jul 11:36
Compare
Choose a tag to compare

Full Changelog: v0.2.4...v0.2.5

v0.2.4

09 Jul 12:30
Compare
Choose a tag to compare