Skip to content

Releases: NLog/NLog.MailKit

Version 3.0.2

14 Apr 20:15
fad6d25
Compare
Choose a tag to compare

Updated NLog dependency

Version 3.0.1

14 Mar 22:54
bd15910
Compare
Choose a tag to compare

Updated NLog and Mailkit dependencies

Version 3.0

27 Aug 21:27
ebf994b
Compare
Choose a tag to compare

Updated MailKit to version 2.0

notice: MailKit version 2.0 won't support .NET 4.0, so the minimal .NET version is now 4.5. That's the only breaking part here.

Version 2.2

28 Mar 16:11
240af66
Compare
Choose a tag to compare
  • updated NLog dependency (NLog 4.5),
  • updated MailKit dependency,
  • netstandard1.3 support

Version 2.1.1

20 Dec 16:48
a750544
Compare
Choose a tag to compare

Removed NLog 5 dependency

Version 2.1

22 Nov 22:33
3e9dc37
Compare
Choose a tag to compare

Add setting SecureSocketOption, update dependencies

Version 2.0

10 Oct 20:03
Compare
Choose a tag to compare

.NET 4+ support
.NET standard 2 support

updated dependencies

Version 1.1.1

05 Aug 19:41
Compare
Choose a tag to compare

Updated dependencies

Version 1.1

05 Aug 08:36
Compare
Choose a tag to compare

Added SkipCertificateValidation option - see #14

Version 1.0

04 Aug 08:34
Compare
Choose a tag to compare

NLog Mail Target for .NET Core, using MailKit.

As System.Net.Mail isn't ported to .NET Core (yet), the original Mail Target of NLog isn't working when using .NET Core.

This package add the mail target to NLog and has the same options as the original Mail Target.

Compared to the original MailTarget, the following options aren't implemented:

  • PickupDirectory

  • NTLM auth