Skip to content

Releases: serilog/serilog-sinks-email

v4.0.0

09 Jun 22:40
0dd2898
Compare
Choose a tag to compare
  • #99 - fix handling of multiline email subjects (@mgrosperrin)
  • #133 - update to Serilog 4, drop Serilog.Sinks.PeriodicBatching dependency (@nblumhardt)

v3.0.0

29 Feb 00:57
573cb51
Compare
Choose a tag to compare

This is a major update to the sink, switching to MailKit on all platforms, and with new configuration methods including JSON configuration syntax.

Breaking changes

  • Drops support for netstandard1.x and net45
  • Now relies on MailKit for email delivery on all target platforms
  • Redesigned WriteTo.Email() configuration method and parameters mean code and JSON configuration will need to be updated, see README.md for details

v2.4.0

21 Sep 00:44
1e83316
Compare
Choose a tag to compare
Merge pull request #86 from serilog/dev

2.4.0 Release

v2.3.0

28 Jul 22:25
Compare
Choose a tag to compare
  • #39 - option to specify server certificate validation callback

v59

22 Jan 22:46
Compare
Choose a tag to compare
v59
Merge pull request #29 from serilog/dev

2.2.0 Release

v2.1.0

22 Nov 22:13
Compare
Choose a tag to compare
  • #21 - .NET Core support
  • #22 - Mailkit authentication fix